Share via


IReadOnlyTypeBase.GetDeclaredComplexProperties Método

Definição

Obtém as propriedades complexas declaradas nesse 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)

Retornos

Propriedades complexas declaradas.

Aplica-se a