IsSynchronized Property (OracleArray)
Gets a value indicating whether access to the
OracleArray is synchronized (thread-safe).
public bool IsSynchronized {get;}
'Declaration
Public ReadOnly Property IsSynchronized As Boolean
Property Value
true if access to the
OracleArray is synchronized (thread-safe); otherwise,
false.