SqlAdmin TableIsExists Method (String)Nemiro.Data.dll
Checks the existence of a specific table in the database.

Namespace: Nemiro.Data.Sql
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public bool TableIsExists(
	string tableName
)

Parameters

tableName
Type: System String
Name of the table, the presence of which should be checked.

Return Value

Type: Boolean
See Also