Share via


DataReader.ItemCount Property

Definition

Retrieves the number of items in the current block of data.

public:
 abstract property int ItemCount { int get(); };
public abstract int ItemCount { get; }
member this.ItemCount : int
Public MustOverride ReadOnly Property ItemCount As Integer

Property Value

Returns an integer value indicating the number of items in the current block of data.

Applies to