QueryExpressionParser Methods |
The QueryExpressionParser type exposes the following members.
Name | Description | |
---|---|---|
BuildLinqExpression(Type, NameValueCollection) |
Build expression for specified type
| |
BuildLinqExpression(Type, NameValueCollection, String, Dictionary<String, Func<Object>>, Boolean, Boolean, Boolean, Boolean) |
Build expression for specified type
| |
BuildLinqExpression<TModelType>(String) |
Build linq expression from string
| |
BuildLinqExpression<TModelType>(NameValueCollection, Dictionary<String, Func<Object>>) |
Build a LINQ expression
| |
BuildLinqExpression<TModelType>(NameValueCollection, Dictionary<String, Func<Object>>, Boolean, Boolean, Boolean) |
Builds the linq expression.
| |
BuildLinqExpression<TModelType>(NameValueCollection, String, Dictionary<String, Func<Object>>, Boolean, Boolean, Boolean, Boolean) |
Build LINQ expression
| |
BuildPropertySelector(Type, String, Boolean, Type) |
Build a property selector
| |
BuildPropertySelector<T>(String) |
Build property selector
| |
BuildPropertySelector<T>(String, Boolean) |
Build property selector
| |
BuildSort<TModelType> |
Build the order by expression
|