메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
BuildParameterString ( object parameterValue ) : string |
protected BuildParameterString ( object parameterValue ) : string | ||
parameterValue | object | |
리턴 | string |
public static Filter ( FilterExpression filterExpression ) : FilterQueryPart | ||
filterExpression | FilterExpression | |
리턴 | FilterQueryPart |
public static Format ( ODataFormat format ) : FormatQueryPart | ||
format | ODataFormat | |
리턴 | FormatQueryPart |
public static InlineCount ( InlineCountType inlineCountType ) : InlineCountQueryPart | ||
inlineCountType | InlineCountType | |
리턴 | InlineCountQueryPart |
public static Ordering ( string fieldName, ODataOrderingDirection direction ) : ODataOrdering | ||
fieldName | string | |
direction | ODataOrderingDirection | |
리턴 | ODataOrdering |
public static Skip ( int numberToSkip ) : SkipQueryPart | ||
numberToSkip | int | |
리턴 | SkipQueryPart |
public static SkipToken ( string predicate ) : |
||
predicate | string | |
리턴 |
public static Top ( int numberToTake ) : TopQueryPart | ||
numberToTake | int | |
리턴 | TopQueryPart |