PrintDocument for WinForms
DataSet コンストラクタ(DataSource,String)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > DataSet クラス > DataSet コンストラクタ : DataSet コンストラクタ(DataSource,String)
The DataSource object specifying the data source for this data set.
The text of an SQL query that will be executed to retrieve the data.
Initializes a new instance of the DataSet class, assigning the data source and the SQL query.
シンタックス
'宣言
 
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.
参照

DataSet クラス
DataSet メンバ
オーバーロード一覧