This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi there,
I'm testing your product, it seems to be great, but I have a question.
How can I get an Entity's Field (name and type) List?
Best regards
Pablo
|
|
|
Hi Pablo, We don't have this feature built-in, but you can accomplish something similar using Reflection or TypeDescriptor (with a bit of care to avoid picking up base class fields such as IsValid). Does that help? |
|