[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Specifies the WHERE part of a query.
Namespace: JohnHolliday.Caml.Net
Assembly: JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Syntax
C# |
---|
public static string Where( string s ) |
Visual Basic (Declaration) |
---|
Public Shared Function Where ( _ s As String _ ) As String |
Visual C++ |
---|
public: static String^ Where ( String^ s ) |
Parameters
- s
- String
a CAML string that expresses the WHERE conditions
Return Value
a new CAML Where element
See Also
CAML Class
JohnHolliday.Caml.Net Namespace