AllowDBNull (inherited from DataColumn) | Gets or sets a value indicating whether null
values are
allowed in this column for rows belonging to the table. |
AutoIncrement (inherited from DataColumn) | Gets or
sets a value indicating whether the column automatically increments the value of the column for new
rows added to the table. |
AutoIncrementSeed (inherited from DataColumn) | Gets
or sets the starting value for a column that has its
AutoIncrement property
set to true
. |
AutoIncrementStep (inherited from DataColumn) | Gets or sets the increment used by a column with its AutoIncrement
property set to true
. |
Caption (inherited from DataColumn) | Gets or sets
the caption for the column. |
ColumnMapping (inherited from DataColumn) | Gets or sets the MappingType of the column. |
ColumnName (inherited from DataColumn) | Gets or sets the name of the column in the DataColumnCollection. |
Container (inherited from MarshalByValueComponent) | Gets the container for the component. |
DataType (inherited from DataColumn) | Gets or sets the type of
data stored in the column. |
DefaultValue (inherited from DataColumn) | Gets or sets the default value for the
column when creating new rows. |
DesignMode (inherited from MarshalByValueComponent) | Gets a value indicating whether the component is currently in design mode. |
Expression (inherited from DataColumn) | Gets
or sets the expresssion used to filter rows, calculate the values in a
column, or create an aggregate column. |
ExtendedProperties (inherited from DataColumn) | Gets the collection of custom user information. |
MaxLength (inherited from DataColumn) | Gets or sets the maximum length of a text column. |
Namespace (inherited from DataColumn) | Gets or sets the namespace of the DataColumn. |
Ordinal (inherited from DataColumn) | Gets the position of the column in the DataColumnCollection
collection. |
Prefix (inherited from DataColumn) | Gets or sets an XML prefix that aliases the namespace of the DataTable. |
ReadOnly (inherited from DataColumn) | Gets or sets a value
indicating whether the column allows changes once a row has been added to the table. |
Site (inherited from MarshalByValueComponent) | Gets or sets the site of the component. |
Table (inherited from DataColumn) | Gets the DataTable to which the column belongs to. |
TerminalAttributeEnabled | Gets whether the terminal attributes are enabled for a field. |
Unique (inherited from DataColumn) | Gets or sets a value indicating whether the values in each row of the column must be unique. |