Condividi tramite


IMutableTypeBase.GetComplexProperties Metodo

Definizione

Ottiene le proprietà definite in questo tipo.

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

Restituisce

Proprietà definite in questo tipo.

Commenti

Questa API restituisce solo proprietà complesse e non trova proprietà di navigazione, scalari o di servizio.

Si applica a