Share via


RuntimeTypeBase.FindComplexProperty(String) メソッド

定義

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

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

パラメーター

name
String

プロパティの名前。

戻り値

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

適用対象