SortableEntityWithIdKeyTKeyId Property

获取/设置 Id 主键。

Definition

Namespace: QuickAdmin.EntityBase
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
C#
[Column(IsPrimary = true, Position = 1)]
[Required]
public virtual TKey Id { get; set; }

Property Value

TKey

Implements

IEntityWithIdKeyTKeyId

See Also