True DBGrid for WinForms
SetDataBinding(Object,String,Boolean,Boolean) メソッド

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid.BaseGrid 名前空間 > Frame クラス > SetDataBinding メソッド : SetDataBinding(Object,String,Boolean,Boolean) メソッド
Source of the data
The table to bind to within the object returned by the DataSource property
True to preserve design time layout
True to keep previously expanded groups in GroupBy mode.
Binds the grid at runtime
シンタックス
'宣言
 
Public Overloads Sub SetDataBinding( _
   ByVal dataSource As System.Object, _
   ByVal dataMember As System.String, _
   ByVal holdFields As System.Boolean, _
   ByVal keepPosition As System.Boolean _
) 
public void SetDataBinding( 
   System.object dataSource,
   System.string dataMember,
   System.bool holdFields,
   System.bool keepPosition
)

パラメータ

dataSource
Source of the data
dataMember
The table to bind to within the object returned by the DataSource property
holdFields
True to preserve design time layout
keepPosition
True to keep previously expanded groups in GroupBy mode.
参照

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