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