Click or drag to resize

ObjectTransactionQueryTObject Method

Allows querying of the committed objects in the data source.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public IQueryable<TObject> Query<TObject>()
where TObject : DomainObject

Type Parameters

TObject
The type of domain object which will queried.

Return Value

Type: IQueryableTObject
IQueryable for the specified domain object.
Remarks
See Also