<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0-preview.3.20214.6" />

System.ComponentModel.DataAnnotations.AssociationAttribute

public sealed class AssociationAttribute : Attribute
namespace System.ComponentModel.DataAnnotations { public sealed class AssociationAttribute : Attribute { public string Name { get; } public string ThisKey { get; } public string OtherKey { get; } public bool IsForeignKey { get; set; } public IEnumerable<string> ThisKeyMembers { get; } public IEnumerable<string> OtherKeyMembers { get; } public AssociationAttribute(string name, string thisKey, string otherKey); } }