SQL-Unit  1.6
Functions
AssertTableIsEmpty.ssunit.sql File Reference

The AssertTableIsEmpty stored procedure. More...

Functions

int AssertTableIsEmpty (TableName @table)
 Asserts that the table contains no rows.

Detailed Description

The AssertTableIsEmpty stored procedure.

Author:
Chris Oldwood

Function Documentation

int AssertTableIsEmpty ( TableName table)

Asserts that the table contains no rows.

Parameters:
tableThe table to verify.