다음을 통해 공유


RuntimeEntityType.IEntityType.GetDeclaredProperties 메서드

정의

지정된 IEntityType에 선언된 모든 비 탐색 속성을 가져옵니다.

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IProperty> IEntityType.GetDeclaredProperties ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetDeclaredProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IProperty>
override this.Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetDeclaredProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IProperty>
Function GetDeclaredProperties () As IEnumerable(Of IProperty) Implements IEntityType.GetDeclaredProperties

반환

선언된 비 탐색 속성입니다.

구현

특성

적용 대상