Table of Contents

Class EntityBase<TPrimaryKey>

Namespace
H.Extensions.DataBase
Assembly
H.Extensions.DataBase.dll
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