I am looking for a way to create DataTable from select statements and figured I would try to make custom functions that call the result from QueryRawResponseAsync. The return object from this function does always gives a row count of 0 even when there are rows being returned.
I am looking for a way to create
DataTable
from select statements and figured I would try to make custom functions that call the result fromQueryRawResponseAsync
. The return object from this function does always gives a row count of 0 even when there are rows being returned.