2 overrides of GeographyCollectionFromText
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
232
public override DbGeography
GeographyCollectionFromText
(string geographyText, int spatialReferenceSystemId)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
85
public override System.Data.Spatial.DbGeography
GeographyCollectionFromText
(string geographyCollectionText, int srid)
1 reference to GeographyCollectionFromText
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
370
return DbSpatialServices.Default.
GeographyCollectionFromText
(geographyCollectionWellKnownText, coordinateSystemId);