Deletes all entities of the given type EntityType.

Namespace: Aspectize.Core
Assembly: AspectizeDAL (in AspectizeDAL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
void DeleteAllEntities<EntityType>()
where EntityType : new(), Entity, IEntity, IDataWrapper
Visual Basic
Sub DeleteAllEntities(Of EntityType As {New, Entity, IEntity, IDataWrapper})

Type Parameters

EntityType
Entity Type to delete

Examples

CopyC#
CopyVB.NET

See Also