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

SqlContextSelectionAdjuster() private method

private SqlContextSelectionAdjuster ( IMappingResolutionStage stage, IMappingResolutionContext mappingresolutionContext ) : System
stage IMappingResolutionStage
mappingresolutionContext IMappingResolutionContext
return System
    private SqlContextSelectionAdjuster (IMappingResolutionStage stage, IMappingResolutionContext mappingresolutionContext)
    {
      ArgumentUtility.CheckNotNull ("stage", stage);
      ArgumentUtility.CheckNotNull ("mappingresolutionContext", mappingresolutionContext);

      _stage = stage;
      _mappingResolutionContext = mappingresolutionContext;
    }