[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Determines whether a given field contains a value.
Namespace: JohnHolliday.Caml.Net
Assembly:
JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function IsNotNull ( _
fieldRefElement As String _
) As String |
Visual C++ |
---|
public:
static String^ IsNotNull (
String^ fieldRefElement
) |
Parameters
- fieldRefElement
- String
a CAML FieldRef element
Return Value
a new CAML IsNotNull element
See Also