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

Specifies the names of fields to be used for ordering the result set.

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

Syntax

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

Parameters

fieldRefElements
String
a CAML string containing a list of CAML FieldRef elements

Return Value

a new CAML OrderBy element

See Also