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