AutonumericColumn represents a column for an autonumeric field.
Default constructor
public Void AutonumericColumn()Initializes a new instance of AutonumericColumn.
public Void AutonumericColumn(field)| Name | Type | Summary |
|---|---|---|
| field | Field | Field configuration. |
| Type | Summary |
|---|---|
| ArgumentNullException | Thrown when field is null. |
Initializes a new instance of AutonumericColumn.
public Void AutonumericColumn(fieldName, type)| Name | Type | Summary |
|---|---|---|
| fieldName | String | The name of the underlaying field. |
| type | DbType | Data type of the column. |
In this document