次の方法で共有


IMutableTypeBase.FindProperties(IReadOnlyList<String>) メソッド

定義

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

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

パラメーター

propertyNames
IReadOnlyList<String>

プロパティ名。

戻り値

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

注釈

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

適用対象