strongly typed data sets and custom classes

jvcoach23

Member
Joined
Feb 21, 2005
Messages
17
Location
IL
Programming Experience
1-3
I've got a question regarding using classes for a datasource. I'm using 2 classes, one holds the property names and my save function, the other goes and gets the data and puts it into the first class using the iList.
here is my question.. since i have all the property names.. i don't understand why this isn't a strongly typed.. my way of thinking is that at compile time.. since the class has the properties listed.. that it would be strongly typed.. anyway... looking to get some info on it and some eductation hopefully.
thanks
 
Back
Top