PrintDocument for WinForms
FindByName メソッド (DataSetCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > DataSetCollection クラス : FindByName メソッド
The name to search for.
Searches for an dataset with the specified name in the current collection.
シンタックス
'宣言
 
Public Function FindByName( _
   ByVal name As System.String _
) As DataSet
'使用法
 
Dim instance As DataSetCollection
Dim name As System.String
Dim value As DataSet
 
value = instance.FindByName(name)
public DataSet FindByName( 
   System.string name
)

パラメータ

name
The name to search for.

戻り値の型

The dataset with the specified name, or null if the dataset was not found.
参照

DataSetCollection クラス
DataSetCollection メンバ