The ForeignKeyField type exposes the following members.

Methods

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

See Also