TransformExpression(XPDictionary, Expression<Func<T, Boolean>>, CustomCriteriaCollection)
static
|
dictionary, expression, customCriteriaCollection
|
|
TransformExpression(Session, Expression<Func<T, Boolean>>, CustomCriteriaCollection)
static
|
session, expression, customCriteriaCollection
|
Intended for internal use.
|
TransformExpression(Session, Expression<Func<T, Boolean>>)
static
|
session, expression
|
Converts a lambda expression into an instance of the CriteriaOperator class descendant.
|
TransformExpression(Expression<Func<T, Boolean>>, CustomCriteriaCollection)
|
expression, customCriteriaCollection
|
Intended for internal use.
|
TransformExpression(Expression<Func<T, Boolean>>)
|
expression
|
Converts a lambda expression into an instance of the CriteriaOperator class descendant.
|