| BiDataFlowConnectionStepRunInTransaction Property |
Gets or sets the transaction control (if true run in transaction)
Namespace:
SanteDB.BI.Model
Assembly:
SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
Syntax public bool RunInTransaction { get; set; }
Public Property RunInTransaction As Boolean
Get
Set
public:
property bool RunInTransaction {
bool get ();
void set (bool value);
}
member RunInTransaction : bool with get, set
Property Value
Type:
BooleanSee Also