DGC.Data Programmer's Reference

IDal.GetSQLDataSet Method

Executes a SQL statment and populates a DataTable with the results set.

Overload List

Executes a SQL statement using the supplied parameters and populates a DataTable with the results set.

DataSet GetSQLDataSet(string,ArrayList,string);

Executes a SQL statment and populates a DataTable with the results set.

DataSet GetSQLDataSet(string,string);

See Also

IDal Interface | DGC.Data Namespace