MessageMode Property
This property controls how the adapter generates messages.
Possible Values
mmSingleMessage mmMessagePerRowData Type
EnumerationPossible Values
Single Message (0)Message Per Row (1)
Default Value
0Remarks
The adapter will convert the command's result set into one or more XML messages based on this property:
SingleMessage | The adapter will return all rows as a single XML message. |
MessagePerRow | The adapter will return each row in the result set as a separate XML message. |
This property is not available in the Sender.