Closed mikependon closed 2 years ago
Add a possibility to pass the desired setup values to the application. With this capability, it would enable the user to set the behavior of the library in generalized context.
See below the sample desired code.
RepoDb.ApplicationConfiguration.Setup(new ApplicationConfigurationOptions { ConversionType = ConversionType.Automatic, DefaultBatchOperationSize = 30, EnumDefaultDatabaseType = EnumDefaultDatabaseType.String, PushOperationReturnValue = PushOperationReturnValue.IdentityPrimary, ... });
This method is recommended to only be called during the startup.
The fixes to this will be available on the next version > RepoDB v1.12.10.
Describe the enhancement
Add a possibility to pass the desired setup values to the application. With this capability, it would enable the user to set the behavior of the library in generalized context.
See below the sample desired code.
This method is recommended to only be called during the startup.