Click or drag to resize

SqlColumnIdentifierType Enumeration

Identifies a special behavior of a column.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public enum SqlColumnIdentifierType
Members
  Member nameValueDescription
None0 Nothing special.
Guid1 This column is a UniqueIdentifier.
Identity2 This column is the identity of the table.
Indexed3 This column is indexed.
See Also