Gets the count of IDataField.

Namespace: Dapfor.Net.Data
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public int Count { get; }
Visual Basic
Public ReadOnly Property Count As Integer
	Get
Visual C++
public:
virtual property int Count {
	int get () sealed;
}
F#
abstract Count : int with get
override Count : int with get

Property Value

Type: Int32
The count.

Implements

IDataAccessor..::..Count

See Also