System.Web.UI.Design.IDataSourceFieldSchema Members

The members of System.Web.UI.Design.IDataSourceFieldSchema are listed below.

Public Properties

[read-only]
DataTypeType.

Gets the type of data stored in the field.

[read-only]
Identitybool.

Gets a value indicating whether the value of the field automatically increments for each new row.

[read-only]
IsReadOnlybool.

Gets a value indicating whether the field is editable.

[read-only]
IsUniquebool.

Gets a value indicating whether values in the field are required to be unique.

[read-only]
Lengthint.

Gets a value indicting the size of data that can be stored in the field.

[read-only]
Namestring.

Gets the name of the field.

[read-only]
Nullablebool.

Gets a value indicating whether the field can accept null values.

[read-only]
Precisionint.

Gets the maximum number of digits used to represent a numerical value in the field.

[read-only]
PrimaryKeybool.

Gets a value indicating whether the field is in the primary key.

[read-only]
Scaleint.

Gets the number of decimal places to which numerical values in the field are resolved.