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,
	string strAlias
)
Visual Basic
Public Sub New ( _
	strName As String, _
	strAlias As String _
)
Visual C++
public:
SQLSelectTable(
	String^ strName, 
	String^ strAlias
)

Parameters

strName
Type: System..::..String

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

strAlias
Type: System..::..String

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

See Also