Transaction Property (DataSource)
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
public bool Transaction {get; set;}
See Also