다음을 통해 공유


RuntimeEntityType.IReadOnlyEntityType.FindProperties 메서드

정의

지정된 엔터티 형식에서 일치하는 속성을 찾습니다. 속성을 찾을 수 없는 경우 를 반환 null 합니다.

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty>? IReadOnlyEntityType.FindProperties (System.Collections.Generic.IReadOnlyList<string> propertyNames);
[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> IReadOnlyEntityType.FindProperties (System.Collections.Generic.IReadOnlyList<string> propertyNames);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.FindProperties : System.Collections.Generic.IReadOnlyList<string> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty>
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.FindProperties : System.Collections.Generic.IReadOnlyList<string> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty>
Function FindProperties (propertyNames As IReadOnlyList(Of String)) As IReadOnlyList(Of IReadOnlyProperty) Implements IReadOnlyEntityType.FindProperties

매개 변수

propertyNames
IReadOnlyList<String>

속성 이름입니다.

반환

속성 또는 null 속성을 찾을 수 없는 경우 입니다.

구현

특성

적용 대상