IYWData.ColumnNameと一致するrow.Itemに値を設定して返します。

Namespace: YiaoWang.Windows.Forms
Assembly: YiaoWang.Windows.Forms (YiaoWang.Windows.Forms.dll 内) バージョン: 2.11.5.7 (2.11.5.7)

Syntax

C#
protected void FillRowByFromYWData<T>(
	T row,
	Control rootControl
)
where T : DataRow
Visual Basic
Protected Sub FillRowByFromYWData(Of T As DataRow) ( _
	row As T, _
	rootControl As Control _
)

Parameters

row
Type: T
DataRow。
rootControl
Type: System.Windows.Forms..::..Control
ルートコントロール。

Type Parameters

T
DataRow型。

Remarks

同一の値のIYWData.ColumnNameがある場合は、その何れかが設定されます。

See Also