Condividi tramite


IReadOnlyTypeBase.GetDeclaredComplexProperties Metodo

Definizione

Ottiene le proprietà complesse dichiarate in questo tipo.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyComplexProperty> GetDeclaredComplexProperties ();
abstract member GetDeclaredComplexProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyComplexProperty>
Public Function GetDeclaredComplexProperties () As IEnumerable(Of IReadOnlyComplexProperty)

Restituisce

Proprietà complesse dichiarate.

Si applica a