Click or drag to resize

DBNullColumnCount Property

Returns the row count, i.e. the one more than the index to the last valid data element in the column.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override int Count { get; }

Return Value

Int32
The number of elements contained in the ICollectionT.

Implements

ICollectionTCount
See Also