2 overrides of GeographyMultiPointFromText
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
219
public override DbGeography
GeographyMultiPointFromText
(string geographyText, int spatialReferenceSystemId)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
64
public override System.Data.Spatial.DbGeography
GeographyMultiPointFromText
(string multiPointText, int srid)
1 reference to GeographyMultiPointFromText
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
340
return DbSpatialServices.Default.
GeographyMultiPointFromText
(multiPointWellKnownText, coordinateSystemId);