[Missing <summary> documentation for "M:DatabaseObjects.SQL.SQLSelectTables.Add(System.String,System.String)"]

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

Syntax

C#
public SQLSelectTable Add(
	string strTableName,
	string strAlias
)
Visual Basic
Public Function Add ( _
	strTableName As String, _
	strAlias As String _
) As SQLSelectTable
Visual C++
public:
SQLSelectTable^ Add(
	String^ strTableName, 
	String^ strAlias
)

Parameters

strTableName
Type: System..::..String

[Missing <param name="strTableName"/> documentation for "M:DatabaseObjects.SQL.SQLSelectTables.Add(System.String,System.String)"]

strAlias
Type: System..::..String

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

Return Value

[Missing <returns> documentation for "M:DatabaseObjects.SQL.SQLSelectTables.Add(System.String,System.String)"]

See Also