Class Collections Binding

justme

Member
Joined
Feb 14, 2007
Messages
5
Programming Experience
Beginner
If using DATASET as DataSource for BindingSource we can set two table relation with .. example m_TitlesBindingSource.DataMember = "FK_titles_publishers"

How do we do it with class collection (bindingsource.datasource = collection)??
ex. if i have class collection titles and Publisher, what do i have to set the datamember property ??
 
Back
Top