MultiSelect for WinForms
SetDataBinding メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > C1DbNavigator クラス : SetDataBinding メソッド
The data source object to which the control is bound.
For multi-table data sources, specifies a specific table to which the control is bound.
Sets the DataSource and DataMember properties at run time.
シンタックス
'宣言
 
Public Sub SetDataBinding( _
   ByVal dataSource As System.Object, _
   ByVal dataMember As System.String _
) 
public void SetDataBinding( 
   System.object dataSource,
   System.string dataMember
)

パラメータ

dataSource
The data source object to which the control is bound.
dataMember
For multi-table data sources, specifies a specific table to which the control is bound.
参照

C1DbNavigator クラス
C1DbNavigator メンバ