System.Web.UI.Design.DataSetFieldSchema Members

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

See Also: Inherited members from System.Object

Public Constructors

Public Properties

[read-only]
DataTypeType.

Gets the type of data stored in the data field.

[read-only]
Identitybool.

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]
IsReadOnlybool.

Gets a value indicating whether the System.Data.DataColumn is read-only.

[read-only]
IsUniquebool.

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

[read-only]
Lengthint.

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

[read-only]
Namestring.

Gets the name of the data field.

[read-only]
Nullablebool.

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

[read-only]
Precisionint.

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

[read-only]
PrimaryKeybool.

Gets a value indicating whether the data field is in the primary key for the containing table or view.

[read-only]
Scaleint.

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