Click or drag to resize

DataAccessRepositoryGetObjectsByRows Method

Finds or creates objects, referencing the specified buffer row.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public virtual IEnumerable<DomainObject> GetObjectsByRows(
	ObjectTransaction transaction,
	IEnumerable<IBufferRow> rows
)

Parameters

transaction
Type: Aloe.SystemFrameworks.DomainObjectTransaction
The transaction.
rows
Type: System.Collections.GenericIEnumerableIBufferRow
The rows.

Return Value

Type: IEnumerableDomainObject
The objects.
Remarks
See Also