dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleArray Class / SyncRoot Property

In This Topic
    SyncRoot Property (OracleArray)
    In This Topic
    Gets an object that can be used to synchronize access to the OracleArray.
    Syntax
    'Declaration
     
    Public ReadOnly Property SyncRoot As Object
    public object SyncRoot {get;}

    Property Value

    An System.Object that can be used to synchronize access to the OracleArray.
    See Also