共用方式為


RuntimeEntityType.IEntityType.GetProperties 方法

定義

取得這個實體類型上定義的屬性。

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

傳回

在這個實體類型上定義的屬性。

實作

屬性

適用於