DbGeography.GeographyCollectionFromText-Methode
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Erstellt einen neuen DbGeography-Sammlungswert auf Grundlage des angegebenen bekannten Textwerts und der Koordinatensystem-ID (SRID).
Namespace: System.Data.Entity.Spatial
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Shared Function GeographyCollectionFromText ( _
geographyCollectionWellKnownText As String, _
coordinateSystemId As Integer _
) As DbGeography
'Usage
Dim geographyCollectionWellKnownText As String
Dim coordinateSystemId As Integer
Dim returnValue As DbGeography
returnValue = DbGeography.GeographyCollectionFromText(geographyCollectionWellKnownText, _
coordinateSystemId)
public static DbGeography GeographyCollectionFromText(
string geographyCollectionWellKnownText,
int coordinateSystemId
)
public:
static DbGeography^ GeographyCollectionFromText(
String^ geographyCollectionWellKnownText,
int coordinateSystemId
)
static member GeographyCollectionFromText :
geographyCollectionWellKnownText:string *
coordinateSystemId:int -> DbGeography
public static function GeographyCollectionFromText(
geographyCollectionWellKnownText : String,
coordinateSystemId : int
) : DbGeography
Parameter
- geographyCollectionWellKnownText
Typ: System.String
Eine Zeichenfolge, die die bekannte Textdarstellung des Geografiewerts enthält.
- coordinateSystemId
Typ: System.Int32
Der Bezeichner des Koordinatensystems, das der neue DbGeography-Wert verwenden soll.
Rückgabewert
Typ: System.Data.Entity.Spatial.DbGeography
Ein neuer DbGeography-Wert, wie durch den bekannten Textwert mit der angegebenen Koordinatensystem-ID definiert.