Hi,
i use a wingrid and i get now the all table , but i want show just a few colums
this.t_ModelCodeFamilyTableAdapter.Fill(this.tC_LIVE_Application_DataDataSet.T_ModelCodeFamily);
this.t_ModelCodeOptionsClassTableAdapter1.Fill(this.tC_LIVE_Application_DataDataSet.T_ModelCodeOptionsClass);
this.t_ModelCodeOptionsTableAdapter1.Fill(this.tC_LIVE_Application_DataDataSet.T_ModelCodeOptions);
this.t_ModelCodeOptionsDescriptionTableAdapter1 .Fill(this.tC_LIVE_Application_DataDataSet.T_ModelCodeOptionsDescription);
and i need just a few columns from each table
how cann i get this?
Hello hassan,
I am following up and may I ask if you have any additional questions? Thanks.
done