Reports for WPF
DataSetField コンストラクタ(String,String)

C1.C1Report.4 アセンブリ > C1.C1Preview.DataBinding 名前空間 > DataSetField クラス > DataSetField コンストラクタ : DataSetField コンストラクタ(String,String)
このフィールドの識別に使用される名前に割り当てられた文字列。 現在のフィールドが DataSetFieldCollection に追加された場合、 この名前はそのコレクション内で一意である必要があります。
このフィールドのネイティブ DB 名。
C1.C1Preview.NamedCollectionItem.Name および関連付けられた DB フィールドを割り当てて、 DataSetField クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal name As System.String, _
   ByVal dataField As System.String _
)
public DataSetField( 
   System.string name,
   System.string dataField
)

パラメータ

name
このフィールドの識別に使用される名前に割り当てられた文字列。 現在のフィールドが DataSetFieldCollection に追加された場合、 この名前はそのコレクション内で一意である必要があります。
dataField
このフィールドのネイティブ DB 名。
参照

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