Click or drag to resize

InitializationOptionsDataSetStoreTransaction Property

Open transaction for the DataSet data store. If the data source is for the OIS DB then DataSetStoreTransaction is identical to DbTransaction.

Namespace:  Omada.OE.AppLogic.ComplexDataSet
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public SqlTransaction DataSetStoreTransaction { get; set; }

Property Value

Type: SqlTransaction
See Also