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

Specifies that the value of a given field begins with the specified value.

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

Syntax

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

Parameters

fieldRefElement
String
a CAML FieldRef element
valueElement
String
a CAML Value element

Return Value

a new CAML BeginsWith element

See Also

CAML Class
JohnHolliday.Caml.Net Namespace