C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / DataSource Class / Transaction Property

In This Topic
Transaction Property
In This Topic
Gets or sets a value indicating whether all data for all data sets that use the current data source should be fetched within a single transaction.
Syntax
'Declaration
 
Public Property Transaction As Boolean
 
Remarks
The default value of this property is false.
See Also