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 ??
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 ??