Rowset from Query RunToRowset won't WriteRowset to file
Hello!
When I create a rowset using the Query class RunToRowset, the rowset created won't write to a file using the WriteRowset.
I think the issue is the created Rowset has no record and the fields aren't actually fields, so the FileLayout isn't working.
Does anyone know how to get these rowsets to WriteRowset to a file?
Thanks!