TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
MAssocList::setNullData
MAssocList
Set the value of the named attribute explicitly to NULL.
Remarks
This method throws
MException
if the named attribute does not exist in this instance.
Parameters
Parameters
Description
attributeName
Name of the attribute in this
MAssocList
instance that you want to set to NULL.
Declaration
virtual
void
setNullData(
const
MString
& rsAttributeName)
throw
(
MException
);
Links
MAssocList
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference