Enum KeyType
属性类型枚举
Namespace: DapperDal.Mapper
Assembly: DapperDal.dll
Syntax
public enum KeyType : int
Fields
Name | Description |
---|---|
Assigned | 属性是不自增的键 The property is a key that is not automatically managed. |
Guid | 属性是GUID The property is a Guid identity which is automatically managed. |
Identity | 属性是自增主键 The property is an integery-based identity generated from the database. |
NotAKey | 属性不是键,且不自增的 The property is not a key and is not automatically managed. |
TriggerIdentity | 属性是触发主键 The property is an identity generated by the database trigger. |