| Visual Basic (Declaration) | |
|---|---|
| Public Property DataMember As String | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As LiveDropDownListColumn Dim value As String instance.DataMember = value value = instance.DataMember | |
| C# | |
|---|---|
| public string DataMember {get; set;} | |
			If the DataSource contains more than one table, use this property to specify the exact table to bind to the LiveDropDownListColumn.
			
            Target Platforms: Microsoft .NET Framework 2.0
 
  