Dim instance As IDataHelper Dim sql As String Dim value As DataTable value = instance.GetDataTable(sql)
DataTable* GetDataTable( string* sql )
DataTable^ GetDataTable( String^ sql )
Parameters
- sql
- The SQL to retrieve the data
Return Value
A filled data table