Group: Forum Members
Posts: 336,
Visits: 497
|
I want to do something like DataLayer.DataSources("").GetDataTable("SELECT * FROM Table") instead of going through a BO. I just want a direct query on the database instead. When I try to do this, the GetDataTable requires another parameter...a callback to be passed to it. What is this parameter and what do I need to use here?
|