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

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

Syntax

C#
public SQLSelectGroupByField Add(
	string strFieldName,
	SQLSelectTable objTable
)
Visual Basic
Public Function Add ( _
	strFieldName As String, _
	objTable As SQLSelectTable _
) As SQLSelectGroupByField
Visual C++
public:
SQLSelectGroupByField^ Add(
	String^ strFieldName, 
	SQLSelectTable^ objTable
)

Parameters

strFieldName
Type: System..::..String

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

objTable
Type: DatabaseObjects.SQL..::..SQLSelectTable

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

Return Value

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

See Also