Method | Description | |
---|---|---|
ApplyAndExecute ( IQueryable queryable, bool skipAndTakeAfterExecute = false ) : Pomona.PomonaResponse | ||
ApplyExpressions ( IQueryable queryable ) : IQueryable | ||
DebugEnabled ( string debugKey ) : bool | ||
PomonaQuery ( StructuredType sourceType, StructuredType ofType = null ) : System |
Method | Description | |
---|---|---|
ApplyOrderByExpression ( IQueryable queryable ) : IQueryable | ||
GetPageLink ( string url, int skip, int take, int count, int totalcount, int offset ) : string |
public ApplyAndExecute ( IQueryable queryable, bool skipAndTakeAfterExecute = false ) : Pomona.PomonaResponse | ||
queryable | IQueryable | |
skipAndTakeAfterExecute | bool | |
return | Pomona.PomonaResponse |
public ApplyExpressions ( IQueryable queryable ) : IQueryable | ||
queryable | IQueryable | |
return | IQueryable |
public DebugEnabled ( string debugKey ) : bool | ||
debugKey | string | |
return | bool |
public PomonaQuery ( StructuredType sourceType, StructuredType ofType = null ) : System | ||
sourceType | StructuredType | |
ofType | StructuredType | |
return | System |