System.ComponentModel.DataAnnotations.Schema.ForeignKeyAttribute
Denotes a property used as a foreign key in a relationship.
namespace System.ComponentModel.DataAnnotations.Schema
{
public class ForeignKeyAttribute : Attribute
{
public string Name { get; }
public ForeignKeyAttribute(string name);
}
}