DataReader.ItemCount, propriété

Récupère le nombre d'éléments dans le bloc actuel de données.

Espace de noms :  Microsoft.VisualStudio.Data
Assembly :  Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property ItemCount As Integer
public abstract int ItemCount { get; }
public:
virtual property int ItemCount {
    int get () abstract;
}
abstract ItemCount : int with get
abstract function get ItemCount () : int

Valeur de propriété

Type : Int32
Retourne une valeur entière indiquant le nombre d'éléments dans le bloc actuel de données.

Sécurité .NET Framework

Voir aussi

Référence

DataReader Classe

Microsoft.VisualStudio.Data, espace de noms