GetDataTable

Gets the DataTable in the message.

Syntax

DataTable* getDataTable(Message* message ) 

Parameters

  • Message - the message to which this function applies

Example

// Assume that message is given here
DataTable		*dataTable		 ;
dataTable	= getDataTable(	message );