Click or drag to resize

EntityRepositoryGetGhostObject Method

Gets the ghost object of the current repository.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public virtual EntityObject GetGhostObject(
	ObjectTransaction transaction
)

Parameters

transaction
Type: Aloe.SystemFrameworks.DomainObjectTransaction

Return Value

Type: EntityObject
The ghost object
See Also