SQL-Unit
1.6
|
The AssertTableEqualTo stored procedure. More...
Functions | |
int | AssertTableEqualTo (TableName @expected, TableName @actual) |
Asserts that the table contains exactly the same data as the expected table. |
The AssertTableEqualTo stored procedure.
int AssertTableEqualTo | ( | TableName @ | expected, |
TableName @ | actual | ||
) |
Asserts that the table contains exactly the same data as the expected table.
expected | The expected table data. |
actual | The actual table data. |