Thursday, October 15, 2009

CAML Queries for Sharepoint

Operators:
Eq -- Equal
Neq -- Not Equal
Gt -- Greater than
Geq -- Greater than or equal
Lt -- Lower than
Leq -- Lower than or equal
IsNull -- Is Null
BeginsWith -- Begins with
Contains -- Contains

Value: (This attribute is optional, and if not defined, is considered as text type)
Text
Number
Lookup -- remember to set attribute LookupId = true in FieldRef tag if you are comparing Id value

No comments:

Post a Comment