Transaction Property (DataSource)
In This Topic
Gets or sets a value indicating whether the data sets that use this data source should be executed in a single transaction.
The default is false.
Syntax
'Declaration
Public Property Transaction As Boolean
public bool Transaction {get; set;}
See Also