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