Click or drag to resize

CollectionCoreTClear Method (Boolean)

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public void Clear(
	bool trackRemovalInTracker
)

Parameters

trackRemovalInTracker
Type: SystemBoolean
if true, all existing entities are tracked as 'removed' in a set removal tracker collection
Exceptions
See Also