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