Click or drag to resize

ComplexDataSetBuilderBase Properties

The ComplexDataSetBuilderBase type exposes the following members.

Properties
  NameDescription
Public propertyDataSetName
Public propertyDataSetStoreConnection
Open connection for the external data store. If the data source is for the OIS DB then DataSetStoreConnection is identical to DbConnection.
Public propertyDataSetStoreTransaction
Open transaction for the DataSet data store. If the data source is for the OIS DB then DataSetStoreTransaction is identical to DbTransaction.
Public propertyDbConnection
Open connection for the OIS DB.
Public propertyDbTransaction
Open transaction for the OIS DB.
Public propertyFactory
Public propertyParameters
Parameters for the data set builder.
Top
See Also