View.IsSameObjectSpace(View) Method
In This Article
Checks whether a specific View interacts with the database via the current View’s Object Space.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
view | View | A View that needs to be checked. |
#Returns
Type | Description |
---|---|
Boolean | true, if the specified View interacts with the database via the current View’s Object Space; otherwise, false. |
See Also