DbGeography.ElementCount 属性

定义

如果其表示地理集合,则获取该 DbGeography 值内的元素的数目。

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

属性值

此 geography 值中的元素数(如果它表示其他地理值的集合);否则为 null

适用于