Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
public int RowNumber { get; set; }
public:
property int RowNumber {
int get();
void set(int value);
}
member RowNumber : int with get, set
Public Property RowNumber As Integer
Property Value
Type: System.Int32
See Also
ScalarValueCondition Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions Namespace
Return to top