共用方式為


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 為 。

適用於