Checks for the existence of a table in the database

Namespace:  DbNetLink.Data
Assembly:  DbNetLink.DbNetData (in DbNetLink.DbNetData.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool TableExists(
	string TableName
)
Visual Basic (Declaration)
Public Function TableExists ( _
	TableName As String _
) As Boolean
Visual C++
public:
bool TableExists(
	String^ TableName
)

Parameters

TableName
Type: System..::.String

The name of the table

Return Value

Returns true if the table exists

See Also