dotConnect for SQLite Documentation
Devart.Data Namespace / DataLink Class / DataMember Property

In This Topic
DataMember Property
In This Topic
Gets or sets the specific data member in a multimember data source to bind to a data listing control.
Syntax
'Declaration
 
Public Shadows Property DataMember As String
 

Property Value

A data member from a multimember data source. The default value is an empty string.
Remarks
Use the DataMember property to specify a member from a multimember data source to bind to the list control. For example, if you have a data source with more than one table specified in the DataSource property, use the DataMember property to specify which table to bind to a data listing control.
See Also