DbSpatialServices.GeographyCollectionFromText - метод
[Эта страница относится к документации к Entity Framework 6. Последняя версия доступна в составе пакета Entity Framework NuGet. Дополнительные сведения об Entity Framework см. в разделе msdn.com/data/ef.]
Создает новое значение коллекции DbGeography, основанное на указанном известном текстовом значении и идентификаторе (SRID) системы координат.
Пространство имен: System.Data.Entity.Spatial
Сборка: EntityFramework (в EntityFramework.dll)
Синтаксис
'Декларация
Public MustOverride Function GeographyCollectionFromText ( _
geographyCollectionWellKnownText As String, _
coordinateSystemId As Integer _
) As DbGeography
'Применение
Dim instance As DbSpatialServices
Dim geographyCollectionWellKnownText As String
Dim coordinateSystemId As Integer
Dim returnValue As DbGeography
returnValue = instance.GeographyCollectionFromText(geographyCollectionWellKnownText, _
coordinateSystemId)
public abstract DbGeography GeographyCollectionFromText(
string geographyCollectionWellKnownText,
int coordinateSystemId
)
public:
virtual DbGeography^ GeographyCollectionFromText(
String^ geographyCollectionWellKnownText,
int coordinateSystemId
) abstract
abstract GeographyCollectionFromText :
geographyCollectionWellKnownText:string *
coordinateSystemId:int -> DbGeography
public abstract function GeographyCollectionFromText(
geographyCollectionWellKnownText : String,
coordinateSystemId : int
) : DbGeography
Параметры
- geographyCollectionWellKnownText
Тип: System.String
Строка, содержащая известное текстовое представление значения geography.
- coordinateSystemId
Тип: System.Int32
Идентификатор системы координат, которую должно использовать новое значение DbGeography.
Возвращаемое значение
Тип: System.Data.Entity.Spatial.DbGeography
Новое значение DbGeography, определенное известным текстовым значением с указанным идентификатором (SRID) системы координат (DefaultCoordinateSystemId).