System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute
Specifies the inverse of a navigation property that represents the other end of the same relationship.
namespace System.ComponentModel.DataAnnotations.Schema
{
public class InversePropertyAttribute : Attribute
{
public string Property { get; }
public InversePropertyAttribute(string property);
}
}