SyncRoot

SyncRoot gets an object that can be used to synchronize access to the OracleParameterCollection.

Declaration

// C#
public override Object SyncRoot { get; };

Property Value

An object that can be used to synchronize access to the OracleParameterCollection.

Implements