'宣言 Public Function New( _ ByVal ds As DataSource, _ ByVal sql As System.String _ )
public DataSet( DataSource ds, System.string sql )
パラメータ
- ds
- このデータセットのデータソースを指定する DataSource オブジェクト。
- sql
- データを取り出すために実行される SQL クエリーのテキスト。
'宣言 Public Function New( _ ByVal ds As DataSource, _ ByVal sql As System.String _ )
public DataSet( DataSource ds, System.string sql )