Initializes a new instance of the SQLTableExists class

Namespace: DatabaseObjects.SQL
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public SQLTableExists(
	string strTableName
)
Visual Basic
Public Sub New ( _
	strTableName As String _
)
Visual C++
public:
SQLTableExists(
	String^ strTableName
)

Parameters

strTableName
Type: System..::..String

[Missing <param name="strTableName"/> documentation for "M:DatabaseObjects.SQL.SQLTableExists.#ctor(System.String)"]

See Also