True DBGrid for WinForms
DataMember プロパティ (Frame)

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid.BaseGrid 名前空間 > Frame クラス : DataMember プロパティ
Gets or sets the specific data member in a multimember data source that the grid binds to.
シンタックス
'宣言
 
Public Property DataMember As System.String
public System.string DataMember {get; set;}
解説

This property returns or sets the name of the data member used to populate the grid. Typically, a data member represents a database table or query.

A bound DataSource can expose multiple sets of data that consumers can bind to. Each set of data is called a data member, and is identified by a unique string.

参照

Frame クラス
Frame メンバ