다음을 통해 공유


DbEntityEntry.Property(String) 메서드

정의

이 엔터티의 스칼라 또는 복합 속성을 나타내는 개체를 가져옵니다.

public System.Data.Entity.Infrastructure.DbPropertyEntry Property(string propertyName);
member this.Property : string -> System.Data.Entity.Infrastructure.DbPropertyEntry
Public Function Property (propertyName As String) As DbPropertyEntry

매개 변수

propertyName
String

속성의 이름입니다.

반환

속성을 나타내는 개체입니다.

적용 대상