Calls AddSQLResultsetDbConn on the underlying DataList and then initialises the DataListExt.
A DbConnect object to use (xf.DbConnect is the deafult XF DbConnect object which points to the current database)
The SQL query to use
(no description)
(no description)
Run this SQL first to return a row count. This allows the number of rows to be allocated at the start and avoids progressing ReDim operations to expand the underlying storage array. Can increase loading speed for large datasets.
(no description)
(no description)
(no description)
lstExt.AddSQLResultsetDbConn xf.DbConnect, "SELECT * FROM Categories"