BaseObject TableExists Method Nemiro.Data.dll
Checks an existence the table in the database, described in the instance of the derived class.

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

public bool TableExists()

Return Value

Type: Boolean
Exceptions

ExceptionCondition
SqlExceptionThe exception that is thrown when SQL Server returns a warning or error.
See Also