GetDataTable

Gets the DataTable in the message.

Syntax

SmartPointer<DataTable>	getDataTable() 

Parameters

None.

Example

SmartPointer<DataTable>	dataTable
= message->getDataTable();