Skip to main content
All docs
V26.1
  • QueryNodeCollection.SyncRoot Property

    Provides access to an object that is used to synchronize access to the collection.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public object SyncRoot { get; }

    Property Value

    Type Description
    Object

    an object that can be used to synchronize access to the collection.

    See Also