This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - How to read 'Foreign' property from Database table?

ransok - Monday, September 15, 2014 4:46 AM:

Hi,

I am in a situation that I need to read property(column) values directly from Database table. I am able to retrieve all types of property values except 'foreign' type property values.

There are no columns exists for 'Foreign' properties in the table. How to retrieve these values from Database.

 

Thank you,
Ransok S



DavidSpackman - Monday, September 15, 2014 6:39 AM:

Hi Ransok, 

 

I believe you would have to join against the table where the property resides

 

Dave



ransok - Wednesday, September 17, 2014 3:18 AM:

Thanks David, that is what I was looking for.