다음을 통해 공유


IEntityType.GetDerivedServiceProperties 메서드

정의

이 엔터티 형식에서 파생된 형식에 선언된 모든 서비스 속성을 가져옵니다.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IServiceProperty> GetDerivedServiceProperties ();
abstract member GetDerivedServiceProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IServiceProperty>
override this.GetDerivedServiceProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IServiceProperty>
Public Overridable Function GetDerivedServiceProperties () As IEnumerable(Of IServiceProperty)

반환

파생 서비스 속성입니다.

설명

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

적용 대상