Share via


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

定義

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

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

パラメーター

propertyNames
IReadOnlyList<String>

プロパティ名。

戻り値

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

注釈

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

適用対象