Click or drag to resize

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
C#
bool Delete(
	T entity
)

Parameters

entity
Type: T
Base class for all POCOs

Return Value

Type: Boolean
if the deletion succeeded, this method returns true, otherwise false.
See Also