Click or drag to resize

CrudTDelete Method

Deletes an entity of T

Namespace:  SandcastleTest.Generic.DAL.FileSystemStorage
Assembly:  SandcastleTest (in SandcastleTest.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public 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.

Implements

ICreateReadUpdateDeleteTDelete(T)
See Also