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