Deletes all entities of the given type EntityType.
Namespace: Aspectize.CoreAssembly: 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