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

Tests whether the left expression is less than or equal to the right.

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

Syntax

C#
public static string Leq(
	string leftPart,
	string rightPart
)
Visual Basic (Declaration)
Public Shared Function Leq ( _
	leftPart As String, _
	rightPart As String _
) As String
Visual C++
public:
static String^ Leq (
	String^ leftPart, 
	String^ rightPart
)

Parameters

leftPart
String
the left expression
rightPart
String
the right expression

Return Value

a new CAML LEQ element

See Also