Condividi tramite


RuntimeTypeBase.IReadOnlyTypeBase.FindComplexProperty(String) Metodo

Definizione

Ottiene la proprietà complessa con il nome specificato. Restituisce null se non è definita alcuna proprietà con il nome specificato.

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

Parametri

name
String

Nome della proprietà.

Restituisce

Proprietà o null se non viene trovata alcuna proprietà.

Implementazioni

Attributi

Si applica a