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

In This Topic
IsSynchronized Property (NativeOracleArray)
In This Topic
Gets a value indicating whether access to the NativeOracleArray is synchronized (thread-safe).
Syntax
'Declaration
 
Public ReadOnly Property IsSynchronized As Boolean
 

Property Value

true if access to the NativeOracleArray is synchronized (thread-safe); otherwise, false.
See Also