次の方法で共有


RuntimeTypeBase.FindProperties(IEnumerable<String>) メソッド

定義

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

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.RuntimeProperty>? FindProperties (System.Collections.Generic.IEnumerable<string> propertyNames);
abstract member FindProperties : seq<string> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.RuntimeProperty>
override this.FindProperties : seq<string> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.RuntimeProperty>
Public Overridable Function FindProperties (propertyNames As IEnumerable(Of String)) As IReadOnlyList(Of RuntimeProperty)

パラメーター

propertyNames
IEnumerable<String>

プロパティ名。

戻り値

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

注釈

この API はスカラー プロパティのみを検索し、ナビゲーションやサービス プロパティは見つかりません。

適用対象