This documentation is archived and is not being maintained.
DataSetFieldSchema Properties
Visual Studio 2010
The DataSetFieldSchema type exposes the following members.
| Name | Description | |
|---|---|---|
|
DataType | Gets the type of data stored in the data field. |
|
Identity | Gets a value indicating whether the value of the data field automatically increments for each new row added to the table or view. |
|
IsReadOnly | Gets a value indicating whether the DataColumn is read-only. |
|
IsUnique | Gets a value indicating whether values in the data field are required to be unique. |
|
Length | Gets a value indicating the size of data that can be stored in the data field. |
|
Name | Gets the name of the data field. |
|
Nullable | Gets a value indicating whether the data field can accept nullptr values. |
|
Precision | Gets the maximum number of digits used to represent a numerical value in the data field. |
|
PrimaryKey | Gets a value indicating whether the data field is in the primary key for the containing table or view. |
|
Scale | Gets the number of decimal places to which numerical values in the data field are resolved. |
Show: