fields mapped on relations (lpt)

Posts   
 
    
MatthewM
User
Posts: 78
Joined: 26-Jul-2006
# Posted on: 21-Sep-2006 19:09:27   

Which property of EntityDefinition can I find this under? I see FieldsMappedOnRelatedFields, but I do not see FieldsMappedOnRelations or similar..Or conversely I would be fine with where I find the mapped field name from the relations collection? I would expect something such as: EntityRelation.MappedFieldName

Thanks as always

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39927
Joined: 17-Aug-2003
# Posted on: 21-Sep-2006 20:27:18   

These names are called utilizingpropertynames and are located in the EntityRelation objects in the Relations collection of an entity simple_smile

Frans Bouma | Lead developer LLBLGen Pro
MatthewM
User
Posts: 78
Joined: 26-Jul-2006
# Posted on: 21-Sep-2006 22:11:49   

Otis wrote:

These names are called utilizingpropertynames and are located in the EntityRelation objects in the Relations collection of an entity simple_smile

Perfect!