VB .Net 2.0 (Using VS 2008)
I have a DataGridView, 'IncidentAddendumDataGridView' that is bound to 'IncidentAddendumBindingSource'.
My binding source points to these elements:
DataSource: IncidentDataSet
DataMember: IncidentAddendum (A table in 'IncidentDataSet')
There is a relationship in the dataset called AddendumType_IncidentAddendum that connects IncidentAddendum to AddendumType.
I want to use the 'Name' field of AddendumType as a column in 'IncidentAddendumDataGridView'. Do I need to point the binding source to the relationship?