DbGeometry.ElementCount 属性

定义

获取此 DbGeometry 值中的元素数(如果表示几何图形集合)。

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)

属性值

如果表示其他几何值的集合,则此几何值中的元素数;否则,为 null.

适用于