SqlColumnIdentifierType Enumeration |
Namespace: MicaSystems.Utils
public enum SqlColumnIdentifierType
Member name | Value | Description | |
---|---|---|---|
None | 0 | Nothing special. | |
Guid | 1 | This column is a UniqueIdentifier. | |
Identity | 2 | This column is the identity of the table. | |
Indexed | 3 | This column is indexed. |