1 reference to IsSqlGeographyNull
System.Data.Entity (1)
System\Data\SqlClient\SqlSpatialServices.cs (1)
115
return this.SqlTypes.
IsSqlGeographyNull
(normalizedProviderValue) ? null: DbSpatialServices.CreateGeography(this, normalizedProviderValue);