IsFixedSize
IsFixedSize gets a value that indicates whether the OracleParameterCollection has a fixed size. 
                  
Declaration
// C#
public override bool IsFixedSize { get; };Property Value
Returns true if the OracleParameterCollection has a fixed size; otherwise false.
                  
Implements