Hello,
How to set multiple relation keys?
For single relation keys i'm using
parentToChildRelationDescriptor.RelationKeys.Add("Field1", "Field2");
but I can't find example how to add more fields something lik:
parentToChildRelationDescriptor.RelationKeys.Add("Field1", "Field2", "Field3", "Field4");
Thanks!