[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Identifies a field reference for grouping.

Namespace: JohnHolliday.Caml.Net
Assembly:  JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)

Syntax

C#
public static string GroupBy(
	string fieldRefElement
)
Visual Basic (Declaration)
Public Shared Function GroupBy ( _
	fieldRefElement As String _
) As String
Visual C++
public:
static String^ GroupBy (
	String^ fieldRefElement
)

Parameters

fieldRefElement
String
a CAML FieldRef element

Return Value

a new CAML GroupBy element

See Also