Click or drag to resize

Field Properties

The Field type exposes the following members.

Properties
  Name Description
Public property AllowsNulls Get or set Allow Null flag
Public property AutoIncrement Get or set Auto increment flag
Public property AutoIncrementSeed Get or set Auto increment seed
Public property AutoIncrementStep Get or set Auto increment step
Public property DateTimePrecision Get or set date time precision
Public property DefaultValue Get or set default value
Public property Description Get or set description
Public property ForeignKeys Get or set list of ForeignKeyFields
Public property HasDefault Get or set has default value flag
Public property IsForeignKey Get or set foreign key flag. if Field is ReferencedBy then true else false
Public property IsPrimaryKey Get or set flag to check Field is primary key or not
Public property MaxLength Get or set maximum length of field
Public property Name Get Field Name
Public property NonNullNativeValue Gets the native value for the field (SQL Encoded).
Public property NumericPrecision Get or set numeric precision
Public property NumericScale Get or set Numeric scale
Public property Ordinal Get or set file ordinal
Public property Parent Get or set Fields parent
Public property PrimaryKeyName Get or set primary key name
Public property PrimaryKeyOrdinal Get or set ordinal for Primary key field
Public property ReadOnly Get or set read-only flag
Public property ReferencedBy Get or set - check Field is reference by
Public property SQLEncodedValue Change Field value to encoded string. It will check Type and Parent value before convert to OleDbType compatible value
Public property SQLEscapedName Get SQL escaped name of Table
Public property Table Get or set Field's parent Table
Public property Type Get OleDbType Type
Public property Unique Get or set for unique
Public property Value Get or set value of Field
Top
See Also