Gets or sets the specific data member in a multimember data source that the grid binds to.
[Visual Basic]
Public Property DataMember As String
[C#]
public string DataMember {get;set;}
[Delphi]
public property DataMember: String read get_DataMember write set_DataMember;
Remarks
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.
See Also
C1TrueDBDropdown Class | C1TrueDBDropdown Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |