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