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

On this page
    SyncRoot Property (OracleArray)
    On this page
    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