DbGeography.ElementAt-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.]
Gibt ein Element dieses DbGeography-Werts von einer bestimmten Position zurück, wenn er eine Geografiesammlung darstellt. <param name="index">Die Position in diesem Geografiewert, an der das Element abgerufen werden soll.</param><returns>Das Element in diesem Geografiewert an der angegebenen Position, wenn es eine Auflistung von anderen Geografiewerten darstellt; andernfalls null.</returns>
Namespace: System.Data.Entity.Spatial
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Function ElementAt ( _
index As Integer _
) As DbGeography
'Usage
Dim instance As DbGeography
Dim index As Integer
Dim returnValue As DbGeography
returnValue = instance.ElementAt(index)
public DbGeography ElementAt(
int index
)
public:
DbGeography^ ElementAt(
int index
)
member ElementAt :
index:int -> DbGeography
public function ElementAt(
index : int
) : DbGeography
Parameter
- index
Typ: System.Int32
Der Index.
Rückgabewert
Typ: System.Data.Entity.Spatial.DbGeography
Ein Element dieses DbGeography-Werts von einer bestimmten Position.