Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPObjectSpace.GetObjectsQuery<T>(Boolean) Method

Gets a queryable data structure that provides functionality to evaluate queries against a specific business object type.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v19.2.dll

Declaration

public override IQueryable<T> GetObjectsQuery<T>(
    bool inTransaction
)

Parameters

Name Type Description
inTransaction Boolean

true, if querying a data store for objects includes all in-memory changes into query results; otherwise, false.

Type Parameters

Name
T

Returns

Type Description
IQueryable<T>

An IQueryable<T> object that provides functionality to evaluate queries against a specific business object type.

See Also