Click or drag to resize

DataAccessObjectQueryTObject Constructor

Namespace:  Aloe.SystemFrameworks.Domain.LINQ
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public DataAccessObjectQuery(
	ObjectTransaction transaction,
	DataAccessRepository repository,
	Expression expression = null
)

Parameters

transaction
Type: Aloe.SystemFrameworks.DomainObjectTransaction
The transaction to which this will be attached
repository
Type: Aloe.SystemFrameworks.DomainDataAccessRepository
The repository which will be queried
expression (Optional)
Type: System.Linq.ExpressionsExpression
The current expression. Used only internally.
See Also