The Field type exposes the following members.

Methods

  NameDescription
AsIdentityColumn
Specifies that the column should be an identity (autoincrement) column.
WithSize
Sets the column size (for string or blob columns).
WithUnique
Sets whether the field has a unique constraint.

See Also