Click or drag to resize

EntitySet<TEntity>.Clear Method

Removes all entities from this entity set.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public void Clear(
	Transaction transaction
)

Parameters

transaction
Type: AGI.Foundation.Transaction
The transaction in which to remove all entities.
See Also