Skip to main content
.NET 6.0+

View.IsSameObjectSpace(View) Method

Checks whether a specific View interacts with the database via the current View’s Object Space.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public virtual bool IsSameObjectSpace(
    View view
)

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