I dont why in the Moss SDK there is no list of the operators in the SPQuery class.
It's kind of handy to have them by when you build your query.
Eq = equal to
Neq = not equal to
Lt = less than
Leq = less than or equal to
Gt = greater than
Geq = greater than or equal to
BeginsWith = begins with
Contains = contains
IsNull = is null
IsNotNull = is not null
Hopes it helps.
No comments:
Post a Comment