[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Syntax
C# |
---|
public class CAML |
Visual Basic (Declaration) |
---|
Public Class CAML |
Visual C++ |
---|
public ref class CAML |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
![]() ![]() | And |
Specifies the logical conjunction of two CAML clauses.
|
![]() ![]() | BeginsWith |
Specifies that the value of a given field begins with the specified value.
|
![]() ![]() | Contains |
Specifies that the value of a given field contains the specified value.
|
![]() ![]() | DateRangesOverlap |
Tests whether the dates in a recurring event overlap a specified DateTime value.
|
![]() ![]() | Eq |
Tests the equality of two CAML clauses.
|
![]() | Equals | (Inherited from Object.) |
![]() ![]() | FieldRef | Overloaded. |
![]() ![]() | Geq |
Tests whether the left expression is greater than or equal to the right.
|
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | GroupBy | Overloaded. |
![]() ![]() | Gt |
Tests whether the left expression is greater than the right.
|
![]() ![]() | IsNotNull |
Determines whether a given field contains a value.
|
![]() ![]() | IsNull |
Determines whether a given field is null.
|
![]() ![]() | Leq |
Tests whether the left expression is less than or equal to the right.
|
![]() ![]() | List |
Allows a query to include specific lists, instead of returning all lists of a particular type.
|
![]() ![]() | Lists | Overloaded. |
![]() ![]() | Lt |
Tests whether the left expression is less than the right.
|
![]() ![]() | Membership | Overloaded. |
![]() ![]() | Neq |
Tests whether the left expression is unequal to the right.
|
![]() ![]() | Or |
Specifies the logical disjunction of two CAML expressions.
|
![]() ![]() | OrderBy | Overloaded. |
![]() ![]() | ProjectProperty | Overloaded. |
![]() ![]() | SafeIdentifier |
Creates a "safe" identifier for use in CAML expressions.
|
![]() ![]() | Tag | Overloaded. |
![]() | ToString | (Inherited from Object.) |
![]() ![]() | Value | Overloaded. |
![]() ![]() | ViewFields |
Specifies which fields to include in the query result set.
|
![]() ![]() | Webs |
Specifies which Web sites to include in the query as specified by the Scope attribute.
|
![]() ![]() | Where |
Specifies the WHERE part of a query.
|
![]() ![]() | WithIndex |
Special optional child of the Lists element.
|
![]() ![]() | XML |
Specifies a custom XML element.
|
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
See Also
JohnHolliday.Caml.Net Namespace