Method | Description | |
---|---|---|
Count ( ) : CountQueryPart | ||
Expand ( ) : ExpandQueryPart | ||
Filter ( FilterExpression filterExpression ) : FilterQueryPart | ||
Format ( ODataFormat format ) : FormatQueryPart | ||
InlineCount ( InlineCountType inlineCountType ) : InlineCountQueryPart | ||
OrderBy ( ) : OrderByQueryPart | ||
Ordering ( string fieldName, ODataOrderingDirection direction ) : ODataOrdering | ||
Select ( ) : SelectQueryPart | ||
Skip ( int numberToSkip ) : SkipQueryPart | ||
SkipToken ( string predicate ) : |
||
ToString ( ) : string | ||
Top ( int numberToTake ) : TopQueryPart |
Method | Description | |
---|---|---|
BuildParameterString ( object parameterValue ) : string |
protected BuildParameterString ( object parameterValue ) : string | ||
parameterValue | object | |
return | string |
public static Filter ( FilterExpression filterExpression ) : FilterQueryPart | ||
filterExpression | FilterExpression | |
return | FilterQueryPart |
public static Format ( ODataFormat format ) : FormatQueryPart | ||
format | ODataFormat | |
return | FormatQueryPart |
public static InlineCount ( InlineCountType inlineCountType ) : InlineCountQueryPart | ||
inlineCountType | InlineCountType | |
return | InlineCountQueryPart |
public static Ordering ( string fieldName, ODataOrderingDirection direction ) : ODataOrdering | ||
fieldName | string | |
direction | ODataOrderingDirection | |
return | ODataOrdering |
public static Skip ( int numberToSkip ) : SkipQueryPart | ||
numberToSkip | int | |
return | SkipQueryPart |
public static SkipToken ( string predicate ) : |
||
predicate | string | |
return |
public static Top ( int numberToTake ) : TopQueryPart | ||
numberToTake | int | |
return | TopQueryPart |