IEntityType.GetDerivedServiceProperties 方法

定义

获取从此实体类型派生的类型上声明的所有服务属性。

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IServiceProperty> GetDerivedServiceProperties ();
abstract member GetDerivedServiceProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IServiceProperty>
override this.GetDerivedServiceProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IServiceProperty>
Public Overridable Function GetDerivedServiceProperties () As IEnumerable(Of IServiceProperty)

返回

派生的服务属性。

注解

此方法不返回在给定实体类型本身上声明的服务属性。 用于 GetServiceProperties() 返回在此 类型和基本实体类型类型上声明的服务属性。

适用于