Enum KeyType
Used by ClassMapper to determine which entity property represents the key.
Namespace: DapperExtensions.Mapper
Assembly: DapperExtensions.StrongName.dll
Syntax
public enum KeyType
Fields
Name | Description |
---|---|
Assigned | The property is a key that is not automatically managed. |
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. |