Click or drag to resize

ObjectTransactionGetGhostTObject Method

Gets the ghost object of the specified entity type.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public TObject GetGhost<TObject>()
where TObject : EntityObject

Type Parameters

TObject
The type of the object.

Return Value

Type: TObject
The ghost object.
See Also