3 references to ConvertToSqlTypesGeography
System.Data.Entity (3)
System\Data\SqlClient\SqlProviderServices.cs (1)
423
value = GetSqlTypesAssembly().
ConvertToSqlTypesGeography
(geographyValue);
System\Data\SqlClient\SqlSpatialServices.cs (1)
302
return this.SqlTypes.
ConvertToSqlTypesGeography
(geographyValue);
System\Data\SqlClient\SqlTypesAssembly.cs (1)
394
object sqlGeographyValue =
ConvertToSqlTypesGeography
(geographyValue);