The properties of System.Web.UI.Design.DataSetFieldSchema are listed below. For a list of all members, see the DataSetFieldSchema Members list.
See Also: Inherited members from System.Object
[read-only] | DataType | Type.
Gets the type of data stored in the data field. |
[read-only] | Identity | bool.
Gets a value indicating whether the value of the data field automatically increments for each new row added to the table or view. |
[read-only] | IsReadOnly | bool.
Gets a value indicating whether the System.Data.DataColumn is read-only. |
[read-only] | IsUnique | bool.
Gets a value indicating whether values in the data field are required to be unique. |
[read-only] | Length | int.
Gets a value indicating the size of data that can be stored in the data field. |
[read-only] | Name | string.
Gets the name of the data field. |
[read-only] | Nullable | bool.
Gets a value indicating whether the data field can accept null values. |
[read-only] | Precision | int.
Gets the maximum number of digits used to represent a numerical value in the data field. |
[read-only] | PrimaryKey | bool.
Gets a value indicating whether the data field is in the primary key for the containing table or view. |
[read-only] | Scale | int.
Gets the number of decimal places to which numerical values in the data field are resolved. |