다음을 통해 공유


IReadOnlyTypeBase.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() .

적용 대상