c# - How do you XAML bind data from a related table into a datagrid column? -
a stack overflow user @jtk posted question here wpf/dataset: how xaml bind data related table datagrid column?
no answer found there posting here. @highcore commented use ef. using ef , facing same issue.
i have table called delivery has foreign key columns transporter_id, pump_id. columns refers other tables transporter table has 2 columns (transporter_id , transporter_name)
how display actual name rather id column in gui? need update them gui. how achieve update , delete?
Comments
Post a Comment