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

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

Syntax

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

Parameters

strFieldName
Type: System..::..String

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

Return Value

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

See Also