Enum RequestFor
public enum RequestFor
- Extension Methods
Fields
Association = 1
Checks the sequence if the expression is an association.
Expression = 5
Checks the sequence if the expression contains an SQL expression.
Field = 4
Checks the sequence if the expression is a field.
GroupJoin = 3
Checks the sequence if the expression is a group join.
Object = 2
Checks the sequence if the expression is a table, an association, new {}, or new MyClass {}.
Root = 7
Checks the context if it's a root of the expression.
SubQuery = 6
Checks the context if it's a subquery.
Table = 0
Checks the sequence if the expression is a table or an association.