DB2®ParameterCollection.IsSynchronized Property
Gets a value that indicates whether the DB2ParameterCollection is synchronized.
- Namespace:
IBM.Data.DB2
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public ReadOnly Property IsSynchronized As Boolean
[C#]
public bool IsSynchronized {get;}
[C++]
public: __property bool get_IsSynchronized();
[JScript]
public final function get IsSynchronized() : boolean
Property value
true
if DB2ParameterCollection is synchronized;
otherwise, false
.