RddFieldInfo Fields |
The RddFieldInfo type exposes the following members.
Name | Description | |
---|---|---|
Alias | Alternative name, no length limit. This is the Caption for VFP fields | |
Decimals | Decimal positions | |
FieldType | Field Type | |
Flags | Flags, such as Nullable, AutoIncrement, Binary etc. | |
Length | Physical length in the table | |
Name | Name, normally max 10 characters | |
NextValue | Next key for autoincrement columns. | |
Offset | Offset in the record buffer for DBF fields. | |
Ordinal | 1 based Ordinal position in the RDD. | |
StepValue | Step value for autoincrement columns. |