C#C
C#3y ago
scorch

❔ SQL Table to Object

I have a SQL Table "Card" with a column "CardNr" and a column "CardType". How would I make this in to an object of my Card class?
Was this page helpful?