Nikcio
10/28/2022, 8:16 PMList<int>
--> List<ContentTypeDto>
and List<NodeDto>
and remove the ForeignKey(typeof...)
attribute. In the forum post you linked I think the issue there might be [Reference(ReferenceType.Many, ColumnName = "TournamentsId", ReferenceMemberName = "TournamentsId")]
where the ReferenceMemberName
set doesn't match the Id
property on the referenced table but instead have TournamentsId
specified. (*It's a wild shot in the dark I haven't worked much with NPoco * 😅 )