'Declaration Public Function New( _ ByVal ds As DataSource, _ ByVal sql As String _ )
public DataSet( DataSource ds, string sql )
Parameters
- ds
 - The DataSource object specifying the data source for this data set.
 - sql
 - The text of an SQL query that will be executed to retrieve the data.