Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
IEntity2 GetEntity(
	Object id
)
Visual Basic
Function GetEntity ( 
	id As Object
) As IEntity2
Visual C++
IEntity2^ GetEntity(
	Object^ id
)
F#
abstract GetEntity : 
        id : Object -> IEntity2 

Parameters

id
Type: System..::..Object

Return Value

Type: IEntity2

See Also