Click or drag to resize

MapperFiltersSetDirty Method

Set the dirty state of the collection and possibly all items in it.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected void SetDirty(
	bool dirty
)

Parameters

dirty
Type: SystemBoolean
The dirty state to set.
See Also