次の方法で共有


DbGeography.ElementCount プロパティ

定義

この DbGeography 値が地理コレクションを表す場合、その要素の数を取得します。 <は、>他の geography 値のコレクションを表す場合は、この geography 値内の要素の数を返します。それ以外の場合は null。</返します>

public Nullable<int> ElementCount { get; }
member this.ElementCount : Nullable<int>
Public ReadOnly Property ElementCount As Nullable(Of Integer)

プロパティ値

この DbGeography 値の要素の数。

適用対象