Update an entity of T
Namespace:
SandcastleTest.Generic.DAL.FileSystemStorage
Assembly:
SandcastleTest (in SandcastleTest.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Update(
T entity
)
Parameters
- entity
- Type: T
Base class for all POCOs
Return Value
Type:
Booleanif the update succeeded, this method returns true, otherwise false.
Implements
ICreateReadUpdateDeleteTUpdate(T)See Also