'宣言 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
- このデータセットのデータソースを指定する DataSourceオブジェクト。
- sql
- データを取り出すために実行される SQL クエリーのテキスト。