Remotion.Linq.SqlBackend.SqlPreparation.CompoundMethodCallTransformerProvider.CreateDefault C# (CSharp) Method

CreateDefault() public static method

public static CreateDefault ( ) : CompoundMethodCallTransformerProvider
return CompoundMethodCallTransformerProvider
    public static CompoundMethodCallTransformerProvider CreateDefault ()
    {
      var methodInfoBasedRegistry = MethodInfoBasedMethodCallTransformerRegistry.CreateDefault ();
      var nameBasedRegistry = NameBasedMethodCallTransformerRegistry.CreateDefault ();
      return new CompoundMethodCallTransformerProvider (methodInfoBasedRegistry, nameBasedRegistry);
    }