Click or drag to resize

ViewRepositoryReadToBuffer Method

Executes the query and returns the result in a buffer

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public override IBuffer ReadToBuffer(
	ObjectTransaction transaction,
	DataAccessQuery query
)

Parameters

transaction
Type: Aloe.SystemFrameworks.DomainObjectTransaction
The transaction.
query
Type: Aloe.SystemFrameworks.Domain.DataAccessDataAccessQuery
The query to execute.

Return Value

Type: IBuffer
Buffer, containing the result of the query execution
See Also