G
glenn
Is there a way to loop through a classes fields without first knowing what
fields are there? Trying to write a generic class that could build a query
based on a classes fields and types. This would save me having to write a
method for each class I write to handle its database access and could have a
single function to handle all classes.
Not thinking it can be done but figured I'd ask...
Thanks,
glenn
fields are there? Trying to write a generic class that could build a query
based on a classes fields and types. This would save me having to write a
method for each class I write to handle its database access and could have a
single function to handle all classes.
Not thinking it can be done but figured I'd ask...
Thanks,
glenn