摘要:
CAML语法-Query写法1.Geq(=) The Geq element is an arithmetic operator that means "greater than or equal to." It can be used within a Where element in a view definition.Query Where Or IsNull FieldRef Name="Expires" / /IsNull Geq FieldRef Name="Expires" / Value Type="DateTime" Today / 阅读全文