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