Share via


RuntimeTypeBase.ITypeBase.FindComplexProperty(String) メソッド

定義

指定した名前の複合プロパティを取得します。 指定した名前の null プロパティが定義されていない場合は を返します。

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IComplexProperty ITypeBase.FindComplexProperty (string name);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.ITypeBase.FindComplexProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IComplexProperty
override this.Microsoft.EntityFrameworkCore.Metadata.ITypeBase.FindComplexProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IComplexProperty
Function FindComplexProperty (name As String) As IComplexProperty Implements ITypeBase.FindComplexProperty

パラメーター

name
String

プロパティの名前。

戻り値

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

実装

属性

適用対象