CollectionCoreTIEntityCollectionCoreClear Method (Boolean) |
Clears the collection
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax void IEntityCollectionCore.Clear(
bool trackRemovalInTracker
)
Private Sub Clear (
trackRemovalInTracker As Boolean
) Implements IEntityCollectionCore.Clear
Parameters
- trackRemovalInTracker
- Type: SystemBoolean
if true, all existing entities are tracked as 'removed' in a set removal tracker collection
Implements
IEntityCollectionCoreClear(Boolean)See Also