InitializationOptions Class |
Namespace: Omada.OE.AppLogic.ComplexDataSet
public class InitializationOptions
The InitializationOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| InitializationOptions |
| Name | Description | |
|---|---|---|
| DataSetStoreConnection |
Open connection for the DataSet data store.
If the data source is for the OIS DB then DataSetStoreConnection is identical to DbConnection.
| |
| DataSetStoreTransaction |
Open transaction for the DataSet data store.
If the data source is for the OIS DB then DataSetStoreTransaction is identical to DbTransaction.
| |
| DbConnection |
Open connection for the OIS DB.
| |
| DbTransaction |
Open transaction for the OIS DB.
| |
| Factory | ||
| Parameters |
Parameters for the data set builder.
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |