hi
I have m:n relation for CustomerEntity : RoleEntity.
It is done through RelationCustomerRoleEntity.
Is there a way to assign new roles directly to the CustomerEntity?
If I try to add them to CustomerEntity:Roles I will get InvalidOperationException
thx