This is the name of the field in the dataset returned by the ServerMethod that will be used for the Value property of DbCombo. Remember if you change this from it's default value of 'DbComboValue', you MUST change the ServerMethodEventArgs.FieldSecurity property in your ServerMethod.

[Visual Basic]
Public Property DataValueField As String
[C#]
public string DataValueField {get; set;}

See Also

DbCombo Class | DbCombo Members | Cambro.Web.DbCombo Namespace