Share via


RuntimeTypeBase.IReadOnlyTypeBase.FindProperties メソッド

定義

指定した型の一致するプロパティを検索します。 nullプロパティが見つからない場合は を返します。

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> IReadOnlyTypeBase.FindProperties (System.Collections.Generic.IReadOnlyList<string> propertyNames);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase.FindProperties : System.Collections.Generic.IReadOnlyList<string> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty>
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase.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 IReadOnlyTypeBase.FindProperties

パラメーター

propertyNames
IReadOnlyList<String>

プロパティ名。

戻り値

プロパティ。プロパティ null が見つからない場合は 。

実装

属性

適用対象