Parameters
- name
- A System.String value indicating the name of the column.
- dataType
- A System.Type object representing the data type of the column.
- isPrimaryKey
- A System.Boolean value indicating whether the column is included in the primary key.
Exception | Description |
---|---|
System.ArgumentNullException | Thrown if name or dataType is null . |