Use the DataMember property to specify a member from a multimember data source. For example, if you have a data source with more than one table, use the DataMember property to specify which table to bind to. Leave blank for the default. Remember if you change this from it's default, you MUST change the ServerMethodEventArgs.DataMemberSecurity property in your ServerMethod.
[Visual Basic]
Public Property DataMember As String
[C#]
public string DataMember {get; set;}
See Also
DbCombo Class | DbCombo Members | Cambro.Web.DbCombo Namespace