SP result sets

Unsupported feature

If a stored procedure returns multiple result sets for a DataWindow, the number of columns or the type of columns may not match with the definition of the C# model of that DataWindow.

Workaround

Modify the stored procedure to return only one result set.

Or use multiple DataWindows (instead of one DataWindow) for multiple result sets.