ComponentOne DataObjects for .NET
TableField Class Properties

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

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

Public Properties
 NameDescription
Public PropertyOverridden.   
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 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 AutoIncrement value other than None. (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 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 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 AllowDbNull property at run time. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets the effective value of the ReadOnly property at run time. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyGets the effective value of the ReadOnlyUnlessNew property at run time. (Inherited from C1.Data.SchemaObjects.Field)
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 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 PropertyOverridden.   
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.  
Public PropertyGets or sets the type of field data. (Inherited from C1.Data.SchemaObjects.Field)
Public PropertyOverridden. Gets or sets a value indicating whether the values of this field in each row must be unique.  
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

TableField Class
C1.Data.SchemaObjects Namespace