DataReader.ItemCount Property

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

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

Public MustOverride ReadOnly Property ItemCount As Integer

Dim instance As DataReader
Dim value As Integer

value = instance.ItemCount
public abstract int ItemCount { get; }
public:
virtual property int ItemCount {
    int get () abstract;
}
public abstract function get ItemCount () : int

Property Value

Type: System.Int32

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

Permissions

See Also

Reference

DataReader Class

DataReader Members

Microsoft.VisualStudio.Data Namespace