共用方式為


PropertyValues.Properties 屬性

定義

取得這個物件正在儲存值的屬性。

public abstract System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IProperty> Properties { get; }
member this.Properties : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IProperty>
Public MustOverride ReadOnly Property Properties As IReadOnlyList(Of IProperty)

屬性值

屬性。

備註

如需詳細資訊和範例,請參閱 在 EF Core 中存取追蹤的實體

適用於