CompositeObjectSpace.GetObjectsQuery<T>(Boolean) Method
In This Article
Gets a queryable data structure that provides functionality to evaluate queries against the specified business object type.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
in |
Boolean | False | true if the method takes unsaved changes into account; otherwise, false. |
#Type Parameters
Name | Description |
---|---|
T | A business object type for that this method returns the queryable data structure. |
#Returns
Type | Description |
---|---|
IQueryable<T> | An IQueryable |
See Also