Click or drag to resize

VirtualObjectQueryTObject Constructor

Namespace:  Aloe.SystemFrameworks.Domain.LINQ
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public VirtualObjectQuery(
	ObjectTransaction transaction,
	DataAccessRepository repository,
	Func<Expression, Nullable<int>, IBuffer> readFunc,
	Expression expression = null
)

Parameters

transaction
Type: Aloe.SystemFrameworks.DomainObjectTransaction
The transaction to which this will be attached
repository
Type: Aloe.SystemFrameworks.DomainDataAccessRepository
The virtual repository which will build the query contents.
readFunc
Type: SystemFuncExpression, NullableInt32, IBuffer
The read function.
expression (Optional)
Type: System.Linq.ExpressionsExpression
The current expression. Used only internally.
See Also