共用方式為


RuntimeTypeBase.IReadOnlyTypeBase.GetProperties 方法

定義

取得在此類型上定義的所有純量屬性。

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

傳回

在此類型上定義的屬性。

實作

屬性

適用於