메소드 |
설명 |
|
BindAggregate ( Type resultType, AggregateFunction aggregateFunction, Expression source, LambdaExpression selector ) : Expression |
|
|
BindAll ( Type resultType, Expression source, LambdaExpression predicate ) : Expression |
|
|
BindAny ( Type resultType, Expression source ) : Expression |
|
|
BindContains ( Type resultType, Expression source, Expression item ) : Expression |
|
|
BindCount ( Type resultType, Expression source ) : Expression |
|
|
BindDistinct ( Type resultType, Expression source ) : Expression |
|
|
BindGroupBy ( Type resultType, Expression source, LambdaExpression keySelector, LambdaExpression elementSelector ) : Expression |
|
|
BindMember ( Expression source, MemberInfo member, Type memberType ) : Expression |
|
|
BindSelect ( Type resultType, Expression source, LambdaExpression selector ) : Expression |
|
|
BindSkip ( Type resultType, Expression source, Expression count ) : Expression |
|
|
BindTake ( Type resultType, Expression source, Expression count ) : Expression |
|
|
BindUniqueRow ( Type resultType, UniqueFunction function, Expression source, LambdaExpression predicate ) : Expression |
|
|
BindWhere ( Type resultType, Expression source, LambdaExpression predicate ) : Expression |
|
|
CastImplementations ( Implementations implementations, Type cleanType ) : Implementations |
|
|
GatherMetadata ( Expression expression ) : Meta>.Dictionary |
|
|
GetImplementations ( PropertyRoute propertyRoutes, Type cleanType ) : Entities.Implementations? |
|
|
JustVisit ( LambdaExpression expression, MetaExpression metaExpression ) : Expression |
|
|
MakeCleanMeta ( Type type, Expression expression ) : MetaExpression |
|
|
MakeDirtyMeta ( Type type, Implementations implementations ) : MetaExpression |
|
|
MakeVoidMeta ( Type type ) : Expression |
|
|
MapAndVisit ( LambdaExpression lambda ) : Expression |
|
|
MetadataVisitor ( ) : System |
|
|