8 references to CreateGeography
System.Data.Entity (8)
System\Data\Spatial\DefaultSpatialServices.cs (7)
102
return
CreateGeography
(this, expectedValue);
124
return DbSpatialServices.
CreateGeography
(this, backingValue);
131
return DbSpatialServices.
CreateGeography
(this, backingValue);
185
return DbSpatialServices.
CreateGeography
(this, backingValue);
192
return DbSpatialServices.
CreateGeography
(this, backingValue);
246
return DbSpatialServices.
CreateGeography
(this, backingValue);
253
return DbSpatialServices.
CreateGeography
(this, backingValue);
System\Data\SqlClient\SqlSpatialServices.cs (1)
115
return this.SqlTypes.IsSqlGeographyNull(normalizedProviderValue) ? null: DbSpatialServices.
CreateGeography
(this, normalizedProviderValue);