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


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > DataSetField クラス > DataSetField コンストラクタ : DataSetField コンストラクタ(String,String)
A string assigned to the name used to identify this field. If the current field is added to a DataSetFieldCollection, this name must be unique within that collection.
The native DB name of this field.
Initializes a new instance of the DataSetField class, assigning the C1.C1Preview.NamedCollectionItem.Name and the associated DB field.
シンタックス
'宣言
 
Public Function New( _
   ByVal name As System.String, _
   ByVal dataField As System.String _
)
'使用法
 
Dim name As System.String
Dim dataField As System.String
 
Dim instance As New DataSetField(name, dataField)
public DataSetField( 
   System.string name,
   System.string dataField
)

パラメータ

name
A string assigned to the name used to identify this field. If the current field is added to a DataSetFieldCollection, this name must be unique within that collection.
dataField
The native DB name of this field.
参照

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