ComponentOne DataObjects for .NET
DbTableField Class Properties

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace : DbTableField Class

For a list of all members of this type, see DbTableField members.

Public Properties
 NameDescription
Public Property (Inherited from C1.Data.SchemaObjects.TableField)
Public PropertyGets or sets a value indicating whether the field automatically receives an incremented value for a new row added to the table. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets or sets the starting value for a field with Field.AutoIncrement value other than None. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets or sets the name of a sequence or generator database object used for autoincrement on the server. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets or sets the increment for a field with Field.AutoIncrement value other than None. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyOverridden.   
Public PropertyGets or sets an optional Boolean expression defining applicability of a calculation. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets or sets the expression producing the result of a calculation. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets or sets a value indicating whether calculation triggers the same events as field modification by the user. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets the collection of field calculations, C1.Data.FieldCalculationInfo objects. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets or sets an optional Boolean expression defining applicability of a calculation. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets or sets the string used as the error description in the exception thrown when a constraint is not satisfied. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets or sets the Boolean expression used to test a constraint. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets the collection of field constraints, C1.Data.ConstraintInfo objects. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets or sets a value indicating whether empty strings are stored as DbNull values. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets or sets a value indicating whether DbNull values of a string field are returned as empty strings. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets or sets the value indicating whether the field value in the database can be changed.  
Public PropertyGets or sets the name of the database field this field is based on.  
Public PropertyGets or sets the default value for the field when creating new rows. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets or sets a description for the field. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets the effective value of the Field.AllowDbNull property at run time. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets the effective value of the Field.ReadOnly property at run time. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyOverridden.   
Public PropertyGets the effective value of the UserReadOnly property at run time. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets or sets whether this field has a default value in the database. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets or sets a value indicating whether the field value is sent to the database (to the server) for insert.  
Public PropertyGets or sets the maximum length of a string field, in characters. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets or sets the name of the field. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets or sets the field data type as a native data type of the underlying database. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets or sets the maximum number of digits used to represent the field value. (Inherited from C1.Data.SchemaObjects.Field)
Public Property (Inherited from C1.Data.SchemaObjects.TableField)
Public PropertyGets or sets a value indicating whether modifications to field values are allowed. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets or sets a value indicating whether modifications to field values are allowed only in newly added rows. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets or sets the number of decimal places to in the field value. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets the table to which the field belongs. (Inherited from C1.Data.SchemaObjects.TableField)
Public PropertyGets or sets the type of field data. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets or sets a value indicating whether the values of this field in each row must be unique. (Inherited from C1.Data.SchemaObjects.TableField)
Public PropertyGets or sets a value indicating whether the field value is sent to the database (to the server) for update.  
Public PropertyGets or sets the value indicating whether the field value is used to locate the database record that is going to be updated.  
Public PropertyGets or sets the value indicating whether the field value is refreshed, retrieved from the database after updating the database record.  
Public PropertyGets or sets a value indicating whether the field value is set in the database record.  
Public PropertyGets or sets a value indicating whether the user can change this field value using bound controls. (Inherited from C1.Data.SchemaObjects.Field)
Top
See Also

Reference

DbTableField Class
C1.Data.SchemaObjects Namespace