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
 

Property Value

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