共用方式為


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

實作

屬性

適用於