Check if Table name is already in database

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

C#
public bool Exists(
	string tableName
)
Visual Basic
Public Function Exists ( _
	tableName As String _
) As Boolean
Visual C++
public:
bool Exists(
	String^ tableName
)

Parameters

tableName
Type: System..::..String
Table name to check for

Return Value

bool

See Also