次の方法で共有


RuntimeEntityType.IEntityType.FindProperties メソッド

定義

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

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

パラメーター

propertyNames
IReadOnlyList<String>

プロパティ名。

戻り値

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

実装

属性

適用対象