DbGeography.ElementCount 属性

定义

如果其表示地理集合,则获取该 DbGeography 值内的元素的数目。 < >如果此地理值表示其他地理值的集合,则返回此地理值中的元素数;否则返回 null。</返回>

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

属性值

在 DbGeography 值中的元素的数目。

适用于