次の方法で共有


ITypeBase.FindDeclaredComplexProperty(String) メソッド

定義

指定した名前を持つ型で宣言されたプロパティを検索します。 基本型で定義されたプロパティは返しません。

public virtual Microsoft.EntityFrameworkCore.Metadata.IComplexProperty? FindDeclaredComplexProperty (string name);
abstract member FindDeclaredComplexProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IComplexProperty
override this.FindDeclaredComplexProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IComplexProperty
Public Overridable Function FindDeclaredComplexProperty (name As String) As IComplexProperty

パラメーター

name
String

プロパティ名。

戻り値

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

注釈

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

適用対象