DbGeography.ElementCount-Eigenschaft
[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.]
Ruft die Anzahl der Elemente in diesem DbGeography-Wert ab, wenn er eine Geografieauflistung darstellt. <returns>Die Anzahl der Elemente in diesem Geografiewert, wenn er eine Auflistung von anderen Geografiewerten darstellt; andernfalls null.</returns>
Namespace: System.Data.Entity.Spatial
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public ReadOnly Property ElementCount As Nullable(Of Integer)
Get
'Usage
Dim instance As DbGeography
Dim value As Nullable(Of Integer)
value = instance.ElementCount
public Nullable<int> ElementCount { get; }
public:
property Nullable<int> ElementCount {
Nullable<int> get ();
}
member ElementCount : Nullable<int>
function get ElementCount () : Nullable<int>
Eigenschaftswert
Typ: System.Nullable<Int32>
Die Anzahl der Elemente in diesem DbGeography-Wert.