RuntimeEntityType.IReadOnlyEntityType.GetDerivedServiceProperties 方法

定义

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

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

返回

派生的服务属性。

实现

属性

适用于