keepKCollStatus = true
clearOnlyValues = true |
Re-initializes only the values of the data elements inside the keyed
collection. The method does not affect the data element attributes. If the
keyed collection has dynamically added elements, this re-initialization does
not change them in any way.
If the method does not find an external
definition for the keyed collection, the method considers all the data elements
as dynamic data elements and does not change them in any way. The method also
retains the keyed collection attributes. |
keepKCollStatus = true
clearOnlyValues = false |
Re-initializes the attributes and values of the data elements in the
keyed collection. The method does not re-initialize keyed collection
attributes such as ErrorInfo, State, and Parameters. If the keyed collection
has dynamically added elements, this re-initialization removes them.
If
the method does not find an external definition for the keyed collection,
it throws an IOException. |
keepKCollStatus = false
clearOnlyValues = true |
Re-initializes the attributes of the keyed collection and the data
element values without changing the rest of the data element attributes. If
the keyed collection has dynamically added elements, this re-initialization
does not change them in any way.
If the method does not find an external
definition for the keyed collection, it throws an IOException. |
keepKCollStatus = false
clearOnlyValues = false |
Re-initializes the context without preserving attributes and values.
If the keyed collection has dynamically added elements, this re-initialization
removes them.
If the method does not find an external definition for
the keyed collection, it throws an IOException. |