Solved
Forum Discussion
rhankey
7 months agoContributor II
This is a sample of how I return all the stored values for let's say the Entity Relationship Text1 property:
Dim PropertyId As Integer=ChildRelationshipInfo.Properties.GetEntityRelationshipProperties.Text1.PropertyId
Dim MemberPropertyList As List(Of VaryingMemberPropertyItem)=ChildRelationshipInfo.Properties.Item(PropertyId).GetStoredPropertyItems
- kwojsz7 months agoNew Contributor III
thanks! this is what i was looking for!
Related Content
- 2 years ago
- 12 months ago