DataSource.Transaction Property

Definition

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

Applies to