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

Syntax

C#
public virtual TEntity GetEntity(
	Object id
)
Visual Basic
Public Overridable Function GetEntity ( 
	id As Object
) As TEntity
Visual C++
public:
virtual TEntity GetEntity(
	Object^ id
)
F#
abstract GetEntity : 
        id : Object -> 'TEntity 
override GetEntity : 
        id : Object -> 'TEntity 

Parameters

id
Type: System..::..Object

Return Value

Type: TEntity

See Also