DB2®ParameterCollection.IsReadOnly Property

Gets a value that indicates whether the DB2ParameterCollection is read-only.

Namespace:
IBM.Data.DB2
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public ReadOnly Property IsReadOnly As Boolean
[C#]
public bool IsReadOnly {get;}
[C++]
public: __property bool get_IsReadOnly();
[JScript]
public final function get IsReadOnly() : boolean

Property value

true if DB2ParameterCollection is read-only; otherwise, false.