本文介绍了CAML查询语法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
我的问题是与CAML查询语法有关的.
这是我的简单CAML查询,将字段名引用为参数
Hi all,
My question is related CAML Query syntax.
This is my simple CAML query refencing fieldname to the parameter
<Where>
<Contains>
<FieldRef Name="Title"/><Value Type="Text">%firstname%</Value>
</Contains>
</Where>
有没有办法对%first %%参数应用条件.
我想添加其他条件,例如参数%first %%为空(").
感谢任何帮助..
Is there a way to apply conditions on %firstname% prameters.
I want to added other condition like parameter %firstname% is empty ("").
Any help appreciated..
推荐答案
这篇关于CAML查询语法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!