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

In This Topic
    SyncRoot Property (NativeOracleArray)
    In This Topic
    Gets an object that can be used to synchronize access to the NativeOracleArray.
    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 NativeOracleArray.
    See Also