2 overrides of CreateWellKnownValue
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
111
public override DbGeographyWellKnownValue
CreateWellKnownValue
(DbGeography geographyValue)
System\Data\SqlClient\SqlSpatialServices.cs (1)
156
public override DbGeographyWellKnownValue
CreateWellKnownValue
(DbGeography geographyValue)
1 reference to CreateWellKnownValue
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
53
get { return this.spatialSvcs.
CreateWellKnownValue
(this); }