Specifies that the column should be an identity (autoincrement) column.

Namespace:  Mindscape.LightSpeed.Migrations
Assembly:  Mindscape.LightSpeed.Migrations (in Mindscape.LightSpeed.Migrations.dll)
Version: 3.1.0.0 (4.0.0.0)

Syntax

C#
public Field AsIdentityColumn()
Visual Basic (Declaration)
Public Function AsIdentityColumn As Field

Return Value

The field, updated with the identity option.

See Also