Rule::FireOnLocalCommit Property

 

true if this rule will execute when the current transaction commits.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
property bool FireOnLocalCommit {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if this rule will execute when the current transaction commits; otherwise, false.

Local commit time is the time when the current, most nested transaction commits.

Return to top
Show: