Click or drag to resize

EntityRepositoryGetObjectKeys Method

Gets the repository-specific object keys from the objects in the specified buffer.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public IEnumerable<Guid> GetObjectKeys(
	IBuffer buffer,
	bool includeDeletedObjects = false
)

Parameters

buffer
Type: Aloe.SystemFrameworks.Domain.DataAccessIBuffer
The buffer from which to get the object ids.
includeDeletedObjects (Optional)
Type: SystemBoolean
if set to true enumerates also deleted objects.

Return Value

Type: IEnumerableGuid
The keys of the objects.
See Also