C# (CSharp) Remotion.Linq.SqlBackend.SqlPreparation Пространство имен

Пространства имен

Remotion.Linq.SqlBackend.SqlPreparation.MethodCallTransformers

Классы

Имя Описание
CompoundMethodCallTransformerProvider Aggregates a number of IMethodCallTransformerProvider instances, checking each of them when the GetTransformer is called, until one of them returns a IMethodCallTransformer.
DefaultSqlPreparationStage Provides a default implementation of ISqlPreparationStage.
FromExpressionInfo FromExpressionInfo is returned by SqlPreparationFromExpressionVisitor.AnalyzeFromExpression.
SqlPreparationContext SqlPreparationContext holds context information required during SQL preparation stage.
SqlPreparationExpressionVisitor SqlPreparationExpressionVisitor transforms the expressions stored by SqlStatement to a SQL-specific format.
SqlPreparationFromExpressionVisitor Analyzes the FromClauseBase.FromExpression of a FromClauseBase and returns a SqlTableBase that represents the data source of the FromClauseBase.
SqlPreparationQueryModelVisitor SqlPreparationQueryModelVisitor generates a SqlStatement from a query model.
SqlPreparationSubStatementTableFactory Creates a SqlTableBase object from a given SqlStatement, extracting all SqlStatement.Orderings in the statement as required by SQL.