Condividi tramite


ITypeBase.GetDeclaredComplexProperties Metodo

Definizione

Ottiene le proprietà complesse dichiarate in questo tipo di entità.

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

Restituisce

Proprietà complesse dichiarate.

Si applica a