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

SqlContextJoinInfoVisitor() protected method

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

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