RuntimeTypeBase.ITypeBase.GetProperties 方法

定义

获取在此类型上定义的属性。

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

返回

在此类型上定义的属性。

实现

属性

适用于