G
Guest
In this moment I'm writing a new SQLAdapter class to persist my objects.
the idea is to receive an object, and using reflection obtain the field
name, the field value and the field type.
At this moment, name and value was obtained, but the value type of the field
always returns object instead of string or int or datetime.
Any idea regarding this problem?
TIA
the idea is to receive an object, and using reflection obtain the field
name, the field value and the field type.
At this moment, name and value was obtained, but the value type of the field
always returns object instead of string or int or datetime.
Any idea regarding this problem?
TIA