C# 클래스 Shaolinq.Persistence.Linq.Optimizers.SqlSubCollectionOrderByAmender

상속: Shaolinq.Persistence.Linq.Expressions.SqlExpressionVisitor
파일 보기 프로젝트 열기: tumtumtum/Shaolinq

공개 메소드들

메소드 설명
Amend ( TypeDescriptorProvider typeDescriptorProvider, Expression expression ) : Expression

보호된 메소드들

메소드 설명
VisitProjection ( SqlProjectionExpression projection ) : Expression
VisitSelect ( SqlSelectExpression selectExpression ) : Expression

비공개 메소드들

메소드 설명
SqlSubCollectionOrderByAmender ( TypeDescriptorProvider typeDescriptorProvider ) : System.Collections.Generic

메소드 상세

Amend() 공개 정적인 메소드

public static Amend ( TypeDescriptorProvider typeDescriptorProvider, Expression expression ) : Expression
typeDescriptorProvider TypeDescriptorProvider
expression System.Linq.Expressions.Expression
리턴 System.Linq.Expressions.Expression

VisitProjection() 보호된 메소드

protected VisitProjection ( SqlProjectionExpression projection ) : Expression
projection Shaolinq.Persistence.Linq.Expressions.SqlProjectionExpression
리턴 System.Linq.Expressions.Expression

VisitSelect() 보호된 메소드

protected VisitSelect ( SqlSelectExpression selectExpression ) : Expression
selectExpression Shaolinq.Persistence.Linq.Expressions.SqlSelectExpression
리턴 System.Linq.Expressions.Expression