Question
Help Understanding "relationshipPks As List(Of RelationshipPk)" in Relationship Removal
Hi everyone — I could use a bit of guidance.
I'm working on a function to remove a member's relationship, and I'm stuck on how to properly call relationshipPks As List(Of RelationshipPk). I'm not entirely sure what this parameter represents or how to construct the list it expects.
- What does RelationshipPk refer to in this context?
- How should I build the List(Of RelationshipPk) to pass into the method?
Any examples or explanations would be greatly appreciated. Thanks in advance!
