[]
Gets or sets a value indicating whether the data source should execute its datasets within a single transaction.
public bool Transaction { get; set; }
| Type | Description |
|---|---|
| bool | A bool value. |
var dataSource = new DataSource();
dataSource.Transaction = true;