RddFieldInfo Class |
Namespace: XSharp.RDD.Support
The RddFieldInfo type exposes the following members.
Name | Description | |
---|---|---|
RddFieldInfo(RddFieldInfo) | Construct a RddFieldInfo object. | |
RddFieldInfo(String, String, Long, Long, Long) | Construct a RddFieldInfo object. | |
RddFieldInfo(String, DbFieldType, Long, Long, Long, DBFFieldFlags) | Construct a RddFieldInfo object. |
Name | Description | |
---|---|---|
CanSort | Can the field be sorted? | |
Caption | ||
ColumnName | ||
DefaultValue | ||
Description | ||
FieldTypeFlags | ||
FieldTypeStr | Field type as 1 character string. | |
Format | ||
HasProperties | ||
InputMask | ||
IsAutoIncrement | Is it an autoincrement ? | |
IsBinary | Is it binary ? | |
IsCompressed | Is it a compressed field (not implemented yet) ? | |
IsEncrypted | Is it an encryped field (not implemented yet)? | |
IsMemo | Is it a memo ? | |
IsNullable | Is it nullable ? | |
IsStandard | Is it a standard Dbase 3 field (CDLMN) ? | |
IsUnicode | Is it a unicode text ? | |
IsUnique | ||
IsVarLength | Is it a variable length field ? | |
IsVfp | Is it a VFP extended field ? | |
PrimaryKey | ||
Properties | Dynamic list of optional properties, such as Caption, Description. | |
RuleExpression | ||
RuleText |
Name | Description | |
---|---|---|
BlankValue | Return the blank (non null) value of the column. | |
Clone | Clone a RddFieldInfo object. | |
CopyValues | Copy values from one object to another. | |
FindType | ||
SameType | Check if two fields match in type, length and decimals. | |
ToString | (Overrides ToString.) | |
Validate | Validate combinations of type, length and decimals. |
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. |