AdoDotNetTableReader.ItemCount Property

Definition

Gets an integer value specifying the number of data items contained in the current DataTable instance.

public:
 virtual property int ItemCount { int get(); };
public override int ItemCount { get; }
member this.ItemCount : int
Public Overrides ReadOnly Property ItemCount As Integer

Property Value

An integer specifying data items in the current DataTable instance.

Applies to