I am looping through all the properties of a class. Most are of a system data type (i.e. system.double, system.integer, etc.). Some are actually other classes. How can I tell at run time if the current property is a system data type or class or a collection?
I have a collection of objects. I can successfully loop through the collection, and print the value of any property by explicitly stating the property such as obj.ProductGID will print out the value of the current object's ProductGID property.
Looking for a way to print out the values without...
OK. After two hours on Google I can not find an example to loop through a DataView the way I want to. Maybe its got something to do with Monday morning. Well, here is what I what to do:
For each row in dataview
For each col in dataview
debug.writeline(the current column)
Next
Next
Any...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.