다음을 통해 공유


DbComplexPropertyEntry.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

중첩 속성의 이름입니다.

반환

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

적용 대상