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
Syntaxpublic TObject GetGhost<TObject>()
where TObject : EntityObject
Public Function GetGhost(Of TObject As EntityObject) As TObject
public:
generic<typename TObject>
where TObject : EntityObject
TObject GetGhost()
member GetGhost : unit -> 'TObject when 'TObject : EntityObject
Type Parameters
- TObject
- The type of the object.
Return Value
Type:
TObjectThe ghost object.
See Also