Compartir a través de


RuntimeTypeBase.IReadOnlyTypeBase.GetDerivedProperties Método

Definición

Obtiene todas las propiedades escalares declaradas en los tipos derivados de este tipo.

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

Devoluciones

Propiedades escalares derivadas.

Implementaciones

Atributos

Se aplica a