SQL-Unit
1.6
|
The AssertStringIsNull stored procedure. More...
Functions | |
int | AssertStringIsNull (varchar[max]@actual) |
Asserts that the String value is null. |
The AssertStringIsNull stored procedure.
int AssertStringIsNull | ( | varchar @ | actual[max] | ) |
Asserts that the String value is null.
actual | The actual value. |