Delen via


RowCountCondition.RowCount Property

 

Gets or sets the number of rows in the ResultSet.

Namespace:   Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Assembly:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)

Syntax

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

Property Value

Type: System.Int32

See Also

RowCountCondition Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions Namespace

Return to top