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
'Declaration
Public Property RowCount As Integer
Get
Set
'Usage
Dim instance As RowCountCondition
Dim value As Integer
value = instance.RowCount
instance.RowCount = value
public int RowCount { get; set; }
public:
property int RowCount {
int get ();
void set (int value);
}
member RowCount : int with get, set
function get RowCount () : int
function set RowCount (value : int)
Property Value
Type: System.Int32
See Also
Reference
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions Namespace