Initializes a new instance of the SQLSelectTable class

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

Syntax

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

Parameters

strName
Type: System..::..String

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

See Also