RowCountCondition.RowCount Propriedade
Obtém ou define o número de linhas no ResultSet.
Namespace: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Assembly: Microsoft.Data.Tools.Schema.Sql.UnitTesting (em Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Sintaxe
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
Valor de propriedade
Type: System.Int32
Consulte também
Classe RowCountCondition
Namespace Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Retornar ao topo