Click or drag to resize

ICreateReadUpdateDeleteTGetEntity Method

Get an entity by Id

Namespace:  SandcastleTest.Generic.DAL
Assembly:  SandcastleTest (in SandcastleTest.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
T GetEntity(
	Guid id
)

Parameters

id
Type: SystemGuid
The see Id of the entity.

Return Value

Type: T
an entity of type T
See Also