G
Guest
What's the purpose of this static method? I know the general idea, use
reflection to detect type of source object and extract the property or field,
but won't you always know the type of object you're binding against? When
would this be a mystery? Also, does it make a difference if you have the
first parameter as container.dataitem or just container and then have
dataitem.fieldname for the second parameter? How does it handle these two
situations?
Thanks...
-Ben
reflection to detect type of source object and extract the property or field,
but won't you always know the type of object you're binding against? When
would this be a mystery? Also, does it make a difference if you have the
first parameter as container.dataitem or just container and then have
dataitem.fieldname for the second parameter? How does it handle these two
situations?
Thanks...
-Ben