PrintDocument for WinForms
Item(String) プロパティ


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > DataSetCollection クラス > Item プロパティ : Item(String) プロパティ
The name of DataSet.
Gets the DataSet with the specified name.
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As DataSet
'使用法
 
Dim instance As DataSetCollection
Dim name As System.String
Dim value As DataSet
 
value = instance.Item(name)
public DataSet Item( 
   System.string name
) {get;}

パラメータ

name
The name of DataSet.

プロパティ値

The DataSet with the specified name, or null if the dataset could not be found.
参照

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