Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

DataSourceSettings..::..SuppressGlobalEvents Property

Gets or sets a value indicating whether to suppress global events.

Namespace:  Tortuga.Chain.DataSources
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public Nullable<bool> SuppressGlobalEvents { get; set; }
Public Property SuppressGlobalEvents As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> SuppressGlobalEvents {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}

Field Value

If true, this data source will not honor global event handlers.

Remarks


Leave null to inherit settings from the parent data source.