Click or drag to resize

RepositoryCreateQueryT Method

Returns IQueryable that can be used in LINQ expressions which query the repository

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public abstract ObjectQuery<T> CreateQuery<T>(
	ObjectTransaction transaction
)
where T : DomainObject

Parameters

transaction
Type: Aloe.SystemFrameworks.DomainObjectTransaction

Type Parameters

T

Return Value

Type: ObjectQueryT
IQueryable for the repository
Remarks
See Also