KeyDataViewType.Count Property

Definition

Count is the cardinality of the KeyDataViewType.

public ulong Count { get; }
member this.Count : uint64
Public ReadOnly Property Count As ULong

Property Value

Remarks

The typical legal values for data of this type ranges from the missing value of 0, and non-missing values ranging from to 1 through Count, inclusive, being the enumeration into whatever set the key values are enumerated over.

Applies to