Revenj.Oracle.Setup C# (CSharp) Method

Setup() public static method

public static Setup ( string connectionString, bool withAspects = false, bool externalConfiguration = false ) : IServiceProvider
connectionString string
withAspects bool
externalConfiguration bool
return IServiceProvider
        public static IServiceProvider Setup(
            string connectionString,
            bool withAspects = false,
            bool externalConfiguration = false)
        {
            return DSL.Core.Setup(withAspects, externalConfiguration, b => Revenj.DatabasePersistence.Oracle.Setup.ConfigureOracle(b, connectionString));
        }
Oracle