IDataSourceFieldSchema Properties
.NET Framework (current version)
Namespace:
System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | DataType | Gets the type of data stored in the field. |
![]() | Identity | Gets a value indicating whether the value of the field automatically increments for each new row. |
![]() | IsReadOnly | Gets a value indicating whether the field is editable. |
![]() | IsUnique | Gets a value indicating whether values in the field are required to be unique. |
![]() | Length | Gets a value indicting the size of data that can be stored in the field. |
![]() | Name | Gets the name of the field. |
![]() | Nullable | Gets a value indicating whether the field can accept null values. |
![]() | Precision | Gets the maximum number of digits used to represent a numerical value in the field. |
![]() | PrimaryKey | Gets a value indicating whether the field is in the primary key. |
![]() | Scale | Gets the number of decimal places to which numerical values in the field are resolved. |
Show:
