2 overrides of GeographyFromProviderValue
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
98public override DbGeography GeographyFromProviderValue(object providerValue)
System\Data\SqlClient\SqlSpatialServices.cs (1)
111public override DbGeography GeographyFromProviderValue(object providerValue)
2 references to GeographyFromProviderValue
System.Data.Entity (2)
System\Data\Common\Utils\CommandHelper.cs (1)
156return spatialServices.GeographyFromProviderValue(spatialValue);
System\Data\Spatial\DbSpatialServices.cs (1)
53/// This method is intended for use by derived implementations of <see cref="GeographyFromProviderValue"/> after suitable validation of the specified provider value to ensure it is suitable for use with the derived implementation.