InstallerDatabase.

VerifyTableExistance(string) Method

Summary

Checks to see if the specified table exists in the database already.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.Msi
Containing Type
InstallerDatabase

Syntax

public bool VerifyTableExistance(string TableName)

Parameters

Name Type Description
TableName string Name of the table to check existance.

Return Value

Type Description
bool True if successful.