AddResultSet Method
- Last UpdatedApr 08, 2026
- 1 minute read
Adds a new tabularResult to the System.Data.DataSet.
protected void AddResultSet(
DataTable tabularResult
)
protected:
void AddResultSet(
DataTable^ tabularResult
)
Parameters
- tabularResult
- Result set to add.
This method may be called by the Process to return data to the client.