IDataSourceFieldSchema Members

Provides basic functionality for describing the structure of a data field at design time.

The following tables list the members exposed by the IDataSourceFieldSchema type.

  Name Description
Public property DataType Gets the type of data stored in the field.
Public property Identity Gets a value indicating whether the value of the field automatically increments for each new row.
Public property IsReadOnly Gets a value indicating whether the field is editable.
Public property IsUnique Gets a value indicating whether values in the field are required to be unique.
Public property Length Gets a value indicting the size of data that can be stored in the field.
Public property Name Gets the name of the field.
Public property Nullable Gets a value indicating whether the field can accept a null reference (Nothing in Visual Basic) values.
Public property Precision Gets the maximum number of digits used to represent a numerical value in the field.
Public property PrimaryKey Gets a value indicating whether the field is in the primary key.
Public property Scale Gets the number of decimal places to which numerical values in the field are resolved.
Top
Show: