ComponentOne DataObjects for .NET
Field Class Members
Properties 

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

The following tables list the members exposed by Field.

Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether null or empty string values are allowed in this field.  
Public PropertyGets or sets a value indicating whether the field automatically receives an incremented value for a new row added to the table.  
Public PropertyGets or sets the starting value for a field with AutoIncrement value other than None.  
Public PropertyGets or sets the name of a sequence or generator database object used for autoincrement on the server.  
Public PropertyGets or sets the increment for a field with AutoIncrement value other than None.  
Public PropertyGets or sets an optional Boolean expression defining applicability of a calculation.  
Public PropertyGets or sets the expression producing the result of a calculation.  
Public PropertyGets or sets a value indicating whether calculation triggers the same events as field modification by the user.  
Public PropertyGets the collection of field calculations, C1.Data.FieldCalculationInfo objects.  
Public PropertyGets or sets an optional Boolean expression defining applicability of a calculation.  
Public PropertyGets or sets the string used as the error description in the exception thrown when a constraint is not satisfied.  
Public PropertyGets or sets the Boolean expression used to test a constraint.  
Public PropertyGets the collection of field constraints, C1.Data.ConstraintInfo objects.  
Public PropertyGets or sets a value indicating whether empty strings are stored as DbNull values.  
Public PropertyGets or sets a value indicating whether DbNull values of a string field are returned as empty strings.  
Public PropertyGets or sets the default value for the field when creating new rows.  
Public PropertyGets or sets a description for the field.  
Public PropertyGets the effective value of the AllowDbNull property at run time.  
Public PropertyGets the effective value of the ReadOnly property at run time.  
Public PropertyGets the effective value of the ReadOnlyUnlessNew property at run time.  
Public PropertyGets the effective value of the UserReadOnly property at run time.  
Public PropertyGets or sets whether this field has a default value in the database.  
Public PropertyGets or sets the maximum length of a string field, in characters.  
Public PropertyGets or sets the name of the field.  
Public PropertyGets or sets the field data type as a native data type of the underlying database.  
Public PropertyGets or sets the maximum number of digits used to represent the field value.  
Public PropertyGets or sets a value indicating whether the field belongs to the table's primary key.  
Public PropertyGets or sets a value indicating whether modifications to field values are allowed.  
Public PropertyGets or sets a value indicating whether modifications to field values are allowed only in newly added rows.  
Public PropertyGets or sets the number of decimal places to in the field value.  
Public PropertyGets or sets the type of field data.  
Public PropertyGets 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.  
Top
See Also

Reference

Field Class
C1.Data.SchemaObjects Namespace