Compartilhar via


ITypeBase.GetDeclaredComplexProperties Método

Definição

Obtém as propriedades complexas declaradas nesse tipo de entidade.

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)

Retornos

Propriedades complexas declaradas.

Aplica-se a