ValueMember Property (MappingLookup)
In This Topic
Gets or sets the field to use as the source of value (primary key) matching the foreign key in
PropertyMapping.DataField.
Syntax
'Declaration
Public Property ValueMember As String
public string ValueMember {get; set;}
See Also