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

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

Property Value

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