Share via


IConventionTypeBase.GetComplexProperties Metodo

Definizione

Ottiene le proprietà complesse definite in questo tipo.

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

Restituisce

Proprietà complesse definite in questo tipo.

Commenti

Questa API restituisce solo proprietà complesse e non trova proprietà di spostamento, scalare o servizio.

Si applica a