Méthode |
Description |
|
BindAggregate ( Expression source, MethodInfo method, LambdaExpression argument, bool isRoot ) : Expression |
|
|
BindAnyAll ( Expression source, MethodInfo method, LambdaExpression predicate, bool isRoot ) : Expression |
|
|
BindContains ( Expression source, Expression match, bool isRoot ) : Expression |
|
|
BindDistinct ( Expression source ) : Expression |
|
|
BindFirst ( Expression source, LambdaExpression predicate, string kind, bool isRoot ) : Expression |
|
|
BindMember ( Expression source, MemberInfo member ) : Expression |
|
|
BindRelationshipProperty ( MemberExpression mex ) : Expression |
|
|
BindSelect ( Type resultType, Expression source, LambdaExpression selector ) : Expression |
|
|
BindSkip ( Expression source, Expression skip ) : Expression |
|
|
BindTake ( Expression source, Expression take ) : Expression |
|
|
BindWhere ( Type resultType, Expression source, LambdaExpression predicate ) : Expression |
|
|
BuildPredicateWithNullsEqual ( IEnumerable source1, IEnumerable source2 ) : Expression |
|
|
ConvertToSequence ( Expression expr ) : ProjectionExpression |
|
|
GetAggregateType ( string methodName ) : AggregateType |
|
|
GetDefault ( Type type ) : object |
|
|
GetNextAlias ( ) : TableAlias |
|
|
GetSingletonSequence ( Expression expr, string aggregator ) : Expression |
|
|
HasPredicateArg ( AggregateType aggregateType ) : bool |
|
|
IsQuery ( Expression expression ) : bool |
|
|
MembersMatch ( MemberInfo a, MemberInfo b ) : bool |
|
|
ProjectColumns ( Expression expression, TableAlias newAlias ) : ProjectedColumns |
|
|
QueryBinder ( QueryMapping mapping, Expression root ) : System |
|
|
StripQuotes ( Expression e ) : Expression |
|
|
VisitSequence ( Expression source ) : ProjectionExpression |
|
|