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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Xpo
Declaration
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