Propriété RowCountCondition.RowCount
Obtient ou définit le nombre de lignes dans ResultSet.
Espace de noms: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Assembly: Microsoft.Data.Tools.Schema.Sql.UnitTesting (dans Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Syntaxe
public int RowCount { get; set; }
public:
property int RowCount {
int get();
void set(int value);
}
member RowCount : int with get, set
Public Property RowCount As Integer
Valeur de propriété
Type: System.Int32
Voir aussi
RowCountCondition, classe
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions, espace de noms
Retour au début