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