Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
200
Entity Framework
posted

Hi,

if I've a entity with an association how can i tell to a field that i want to use a property of the refernced entity?

Example <igDP:Field Name="Association.Property" />

Thanks, Luca

Parents
No Data
Reply
  • 69686
    Suggested Answer
    posted

    Hello Luca,

    In this case, you have to use an UnboundField and set its BindingPath property like:

    MyClass.Property

    Hope this helps

Children
No Data