SQL-Unit
1.6
|
The AssertIntegerIsNotNull stored procedure. More...
Functions | |
int | AssertIntegerIsNotNull (int @actual) |
Asserts that the integer value is not null. |
The AssertIntegerIsNotNull stored procedure.
int AssertIntegerIsNotNull | ( | int @ | actual | ) |
Asserts that the integer value is not null.
actual | The actual value. |