6.17.3.6 IsReadOnly

IsReadOnly gets a value that indicates whether the OracleParameterCollection is read-only.

Declaration

// C#
public override bool IsReadOnly { get; };

Property Value

Returns true if the OracleParameterCollection is read only; otherwise false.

Implements