Remotion.Linq.SqlBackend.MappingResolution.SqlContextTableInfoVisitor.SqlContextTableInfoVisitor C# (CSharp) Method

SqlContextTableInfoVisitor() protected method

protected SqlContextTableInfoVisitor ( IMappingResolutionStage stage, SqlExpressionContext expressionContext, IMappingResolutionContext mappingResolutionContext ) : System
stage IMappingResolutionStage
expressionContext SqlExpressionContext
mappingResolutionContext IMappingResolutionContext
return System
    protected SqlContextTableInfoVisitor (IMappingResolutionStage stage, SqlExpressionContext expressionContext, IMappingResolutionContext mappingResolutionContext)
    {
      ArgumentUtility.CheckNotNull ("stage", stage);
      ArgumentUtility.CheckNotNull ("mappingResolutionContext", mappingResolutionContext);

      _stage = stage;
      _expressionContext = expressionContext;
      _mappingResolutionContext = mappingResolutionContext;
    }