다음을 통해 공유


IReadOnlyEntityType.GetDerivedProperties 메서드

정의

이 엔터티 형식에서 파생된 형식에 선언된 탐색이 아닌 속성을 모두 가져옵니다.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> GetDerivedProperties ();
abstract member GetDerivedProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty>
Public Function GetDerivedProperties () As IEnumerable(Of IReadOnlyProperty)

반환

파생된 비 탐색 속성입니다.

설명

이 메서드는 지정된 엔터티 형식 자체에 선언된 속성을 반환하지 않습니다. 이 및 기본 엔터티 형식 형식에 선언된 속성을 반환하려면 를 사용합니다 GetProperties() .

적용 대상