kwojsz
3 months agoNew Contributor III
Relationship properties - how to get stored items?
Hello,
I'm trying to get all the stored items of Entity relationship properties, but w/o success. Any idea what I'm doing wrong?
Dim oVMProperties As New VaryingMemberProperties(DimType.Entity....
- 3 months ago
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