C# 클래스 System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute

상속: Attribute
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
InversePropertyAttribute ( string property ) : System.Globalization

Initializes a new instance of the InversePropertyAttribute class.

메소드 상세

InversePropertyAttribute() 공개 메소드

Initializes a new instance of the InversePropertyAttribute class.
public InversePropertyAttribute ( string property ) : System.Globalization
property string The navigation property representing the other end of the same relationship.
리턴 System.Globalization