6.20.3.7 IsSynchronized
IsSynchronized gets a value that indicates whether the OracleParameterCollection is synchronized. 
                  
Declaration
// C#
public override bool IsSynchronized { get; };Property Value
Returns true if the OracleParameterCollection is synchronized; otherwise false.
                  
Implements