ICreateReadUpdateDeleteTDelete Method |
Deletes an entity of T
Namespace:
SandcastleTest.Generic.DAL
Assembly:
SandcastleTest (in SandcastleTest.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax Parameters
- entity
- Type: T
Base class for all POCOs
Return Value
Type:
Booleanif the deletion succeeded, this method returns true, otherwise false.
See Also