Custom programming of a strongly typed datatable?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Infog
    New Member
    • Dec 2008
    • 36

    Custom programming of a strongly typed datatable?

    Is it possible to edit a strongly typed dataset so that each table and column has additional properties?

    If I could record the ValueMember and DisplayMember for each table I'm using, I could write a general solution for my display layer that is much shorter than coding the "data --> display" part of the windows form every time I need to display a DataGridView, ComboBox, etc.
Working...