Remotion.Linq.SqlBackend.SqlPreparation.SqlPreparationContext.SqlPreparationContext C# (CSharp) Метод

SqlPreparationContext() публичный Метод

public SqlPreparationContext ( ISqlPreparationContext parentContext, SqlStatementBuilder sqlStatementBuilder ) : System
parentContext ISqlPreparationContext
sqlStatementBuilder Remotion.Linq.SqlBackend.SqlStatementModel.SqlStatementBuilder
Результат System
    public SqlPreparationContext (ISqlPreparationContext parentContext, SqlStatementBuilder sqlStatementBuilder)
    {
      ArgumentUtility.CheckNotNull ("sqlStatementBuilder", sqlStatementBuilder);

      _parentContext = parentContext;
      _sqlStatementBuilder = sqlStatementBuilder;
      _mapping = new Dictionary<Expression, Expression>();
    }

Same methods

SqlPreparationContext::SqlPreparationContext ( SqlStatementBuilder sqlStatementBuilder ) : System