InitializationOptions Properties |
The InitializationOptions type exposes the following members.
| 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.
|