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 |
| Visual Basic (Declaration) |
|---|
Sub DeleteAllEntities(Of EntityType As {New, Entity}) |
Type Parameters
- EntityType
- Entity Type to delete