Summary
Checks to see if the specified table is empty.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .Msi - Containing Type
- InstallerDatabase
Syntax
public bool VerifyTableEmpty(string TableName)
Parameters
Name | Type | Description |
---|---|---|
TableName | string | Name of the table to check existance. |
Return Value
Type | Description |
---|---|
bool | True if empy and False if full. |