DB2®ParameterCollection.IsFixedSize Property

Gets a value that indicates whether the DB2ParameterCollection has a fixed size.

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

Syntax


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

Property value

true if DB2ParameterCollection has a fixed size; otherwise, false.