Compartilhar via


RuntimeEntityType.IReadOnlyEntityType.GetDeclaredProperties Método

Definição

Obtém todas as propriedades não de navegação declaradas nesse tipo de entidade.

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> IReadOnlyEntityType.GetDeclaredProperties ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetDeclaredProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty>
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetDeclaredProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty>
Function GetDeclaredProperties () As IEnumerable(Of IReadOnlyProperty) Implements IReadOnlyEntityType.GetDeclaredProperties

Retornos

Propriedades não de navegação declaradas.

Implementações

Atributos

Aplica-se a