'宣言 Public Function New( _ ByVal ds As DataSource, _ ByVal sql As System.String _ )
'使用法 Dim ds As DataSource Dim sql As System.String Dim instance As New DataSet(ds, sql)
public DataSet( DataSource ds, System.string sql )
パラメータ
- 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.