ScalarValueCondition.RowNumber Property
Gets or sets the row number that is associated with 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 RowNumber As Integer
Get
Set
'Usage
Dim instance As ScalarValueCondition
Dim value As Integer
value = instance.RowNumber
instance.RowNumber = value
public int RowNumber { get; set; }
public:
property int RowNumber {
int get ();
void set (int value);
}
member RowNumber : int with get, set
function get RowNumber () : int
function set RowNumber (value : int)
Property Value
Type: System.Int32
See Also
Reference
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions Namespace