barsae/DataFace

InvalidOperationException when attempting to convert to multi-result set model on no-result query

Opened this issue · 0 comments

The following line of code executes fine when I get results back from the query, but throws an exception when the query returns no results:

ExecuteAdHocQuery(myQuery).ToMultipleResultSetModel<MyModel>();