Use this type to configure the settings for the CSLA .NET data subsystem. More...
Public Member Functions | |
| DataOptions | DefaultTransactionIsolationLevel (TransactionIsolationLevel level) |
| Sets the default transaction isolation level. More... | |
| DataOptions | DefaultTransactionTimeoutInSeconds (int seconds) |
| Sets the default transaction timeout in seconds. More... | |
| DataOptions | DefaultTransactionAsyncFlowOption (TransactionScopeAsyncFlowOption asyncFlowOption) |
| Sets the default transaction async flow option used to create new TransactionScope objects. More... | |
| DataOptions | DbProvider (string dbProvider) |
| Sets the invariant name of a provider for use by DbProviderFactories.GetFactory(). More... | |
Use this type to configure the settings for the CSLA .NET data subsystem.
Definition at line 17 of file DataOptions.cs.
| DataOptions Csla.Configuration.DataOptions.DbProvider | ( | string | dbProvider | ) |
Sets the invariant name of a provider for use by DbProviderFactories.GetFactory().
| dbProvider |
Definition at line 58 of file DataOptions.cs.
| DataOptions Csla.Configuration.DataOptions.DefaultTransactionAsyncFlowOption | ( | TransactionScopeAsyncFlowOption | asyncFlowOption | ) |
Sets the default transaction async flow option used to create new TransactionScope objects.
| asyncFlowOption | Async flow option |
Definition at line 44 of file DataOptions.cs.
| DataOptions Csla.Configuration.DataOptions.DefaultTransactionIsolationLevel | ( | TransactionIsolationLevel | level | ) |
Sets the default transaction isolation level.
| level | The default transaction isolation level |
Definition at line 23 of file DataOptions.cs.
| DataOptions Csla.Configuration.DataOptions.DefaultTransactionTimeoutInSeconds | ( | int | seconds | ) |
Sets the default transaction timeout in seconds.
| seconds | The default transaction timeout in seconds |
Definition at line 33 of file DataOptions.cs.