C# Class Shaolinq.Persistence.Linq.Optimizers.SqlSubCollectionOrderByAmender

Inheritance: Shaolinq.Persistence.Linq.Expressions.SqlExpressionVisitor
Afficher le fichier Open project: tumtumtum/Shaolinq

Méthodes publiques

Méthode Description
Amend ( TypeDescriptorProvider typeDescriptorProvider, Expression expression ) : Expression

Méthodes protégées

Méthode Description
VisitProjection ( SqlProjectionExpression projection ) : Expression
VisitSelect ( SqlSelectExpression selectExpression ) : Expression

Private Methods

Méthode Description
SqlSubCollectionOrderByAmender ( TypeDescriptorProvider typeDescriptorProvider ) : System.Collections.Generic

Method Details

Amend() public static méthode

public static Amend ( TypeDescriptorProvider typeDescriptorProvider, Expression expression ) : Expression
typeDescriptorProvider TypeDescriptorProvider
expression System.Linq.Expressions.Expression
Résultat System.Linq.Expressions.Expression

VisitProjection() protected méthode

protected VisitProjection ( SqlProjectionExpression projection ) : Expression
projection Shaolinq.Persistence.Linq.Expressions.SqlProjectionExpression
Résultat System.Linq.Expressions.Expression

VisitSelect() protected méthode

protected VisitSelect ( SqlSelectExpression selectExpression ) : Expression
selectExpression Shaolinq.Persistence.Linq.Expressions.SqlSelectExpression
Résultat System.Linq.Expressions.Expression