3.1.4.1.3.20.3 Child Elements

OfType: See section 3.1.4.1.6.3.3

OrderBy: An expression of the ExpressionQueryableWhereType type, as specified in section 3.1.4.1.3.21, which specified the sorted set of CSOM Objects in ascending order.

OrderByDescending: An expression of the ExpressionQueryableWhereType type, as specified inĀ  section 3.1.4.1.3.21, which specifies the sorted set of CSOM Objects in descending order.

QueryableObject: See section 3.1.4.1.6.3.3.

Take: See section 3.1.4.1.6.3.3.

ThenBy: An expression of the ExpressionQueryableWhereType type, as specified in section 3.1.4.1.3.21, which specified the sorted set of CSOM Objects in ascending order.

ThenByDescending: An expression of the ExpressionQueryableWhereType type, as specified in section 3.1.4.1.3.21, which specified the sorted set of CSOM Objects in descending order.

Where: An expression of the ExpressionQueryableWhereType type, as specified section 3.1.4.1.3.21, which specified the filtered set of CSOM Objects.