DataSource.Transaction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value that indicates whether the datasets that use this data source run in a single transaction.
public:
property bool Transaction { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
public bool Transaction { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
member this.Transaction : bool with get, set
Public Property Transaction As Boolean
Property Value
true
if the datasets that use this data source run in a single transaction, otherwise, false
.
- Attributes