Class EntityBase<TPrimaryKey>
泛型实体基类
public abstract class EntityBase<TPrimaryKey> : IEntityBase<TPrimaryKey>
Type Parameters
TPrimaryKey
主键类型
- Inheritance
-
EntityBase<TPrimaryKey>
- Implements
-
IEntityBase<TPrimaryKey>
- Derived
- Inherited Members
- Extension Methods
Properties
ID
主键
[Browsable(false)]
[Column("id", Order = 0)]
public virtual TPrimaryKey ID { get; set; }
Property Value
- TPrimaryKey