Click or drag to resize

DbColumnInfo Properties

X#

The DbColumnInfo type exposes the following members.

Properties
  NameDescription
Public propertyCanSort
Can the field be sorted?
(Inherited from RddFieldInfo.)
Public propertyCaption
Dynamic property for the Caption. Read from the VFP properties collection.
(Inherited from RddFieldInfo.)
Public propertyColumnName
Dynamic property for the ColumnName. Read from the VFP properties collection.
(Inherited from RddFieldInfo.)
Public propertyDefaultValue
Dynamic property for the DefaultValue. Read from the VFP properties collection.
(Inherited from RddFieldInfo.)
Public propertyDescription
Dynamic property for the Description. Read from the VFP properties collection.
(Inherited from RddFieldInfo.)
Public propertyDotNetType
DotNet datatype of the column
Public propertyFieldTypeFlags
FieldType as a string
(Inherited from RddFieldInfo.)
Public propertyFieldTypeStr
Field type as 1 character string.
(Inherited from RddFieldInfo.)
Public propertyFormat
Dynamic property for the Format. Read from the VFP properties collection.
(Inherited from RddFieldInfo.)
Public propertyHasProperties
Does the field have properties.
(Inherited from RddFieldInfo.)
Public propertyInputMask
Dynamic property for the InputMask. Read from the VFP properties collection.
(Inherited from RddFieldInfo.)
Public propertyIsAutoIncrement
Is it an autoincrement ?
(Inherited from RddFieldInfo.)
Public propertyIsBinary
Is it binary ?
(Inherited from RddFieldInfo.)
Public propertyIsCompressed
Is it a compressed field (not implemented yet) ?
(Inherited from RddFieldInfo.)
Public propertyIsEncrypted
Is it an encryped field (not implemented yet)?
(Inherited from RddFieldInfo.)
Public propertyIsMemo
Is it a memo ?
(Inherited from RddFieldInfo.)
Public propertyIsNullable
Is it nullable ?
(Inherited from RddFieldInfo.)
Public propertyIsStandard
Is it a standard Dbase 3 field (CDLMN) ?
(Inherited from RddFieldInfo.)
Public propertyIsUnicode
Is it a unicode text ?
(Inherited from RddFieldInfo.)
Public propertyIsUnique
Dynamic property for the IsUnique. Read from the VFP properties collection.
(Inherited from RddFieldInfo.)
Public propertyIsVarLength
Is it a variable length field ?
(Inherited from RddFieldInfo.)
Public propertyIsVfp
Is it a VFP extended field ?
(Inherited from RddFieldInfo.)
Public propertyNumericPrecision
Numeric Precision
Public propertyNumericScale
Numeric Scale
Public propertyPrimaryKey
Dynamic property for the PrimaryKey. Read from the VFP properties collection.
(Inherited from RddFieldInfo.)
Public propertyProperties
Dynamic list of optional properties, such as Caption, Description.
(Inherited from RddFieldInfo.)
Public propertyReadOnly
Numeric Precision
Public propertyRuleExpression
Dynamic property for the RuleExpression. Read from the VFP properties collection.
(Inherited from RddFieldInfo.)
Public propertyRuleText
Dynamic property for the RuleText. Read from the VFP properties collection.
(Inherited from RddFieldInfo.)
Top
See Also