System.ComponentModel.DataAnnotations.Schema.ForeignKeyAttribute
namespace System.ComponentModel.DataAnnotations.Schema
{
public class ForeignKeyAttribute : Attribute
{
public string Name { get; }
public ForeignKeyAttribute(string name);
}
}