DataView.Count Propriété

Définition

Obtient le nombre d’enregistrements dans DataView après l’application de RowFilter et de RowStateFilter.

public:
 property int Count { int get(); };
[System.ComponentModel.Browsable(false)]
public int Count { get; }
[System.ComponentModel.Browsable(false)]
[System.Data.DataSysDescription("DataViewCountDescr")]
public int Count { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Count : int
[<System.ComponentModel.Browsable(false)>]
[<System.Data.DataSysDescription("DataViewCountDescr")>]
member this.Count : int
Public ReadOnly Property Count As Integer

Valeur de propriété

Nombre d’enregistrements dans DataView.

Implémente

Attributs

S’applique à

Voir aussi