Click or drag to resize

OwnedContextIdentitiesDataSetBuilder Properties

The OwnedContextIdentitiesDataSetBuilder type exposes the following members.

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