System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute
namespace System.ComponentModel.DataAnnotations.Schema
{
public class InversePropertyAttribute : Attribute
{
public string Property { get; }
public InversePropertyAttribute(string property);
}
}