[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Specifies the WHERE part of a query.
Namespace: JohnHolliday.Caml.Net
Assembly:
JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function Where ( _
s As String _
) As String |
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