RDTA.PickDP.Connector.connField Class

This class contains information about each field in a record. It is obtained through a connRecord class. For more information on these fields, see:

Public Constructors

New

Constructor. For internal use only.

Public Methods

Clone

Returns a copy of the current instance. For internal use only.

deleteValue

Clears the value of a column or deletes a cell or a subcell.

getAssociation

For internal use only.

getColumnNumber

Gets the column number.

getConversion

Gets the output-conversion mask of the column.

getD3ColumnNumber

Gets the D3 column number for virtual columns.

getDate

Converts an internal date to the Date type.

getDisplayFormat

For internal use only.

getDisplayName

Gets the name of the column header.   

getDouble

Converts a Pick numeric value to a numeric Double.

getFieldStructure

Gets the field structure.

getFieldType

Gets the column type.

getFormula

Gets the correlative of virtual columns.

getJustification

Gets the justification of the column.

getLength

Gets the display length of the column.

getName

Gets the column name.

getNoDups

For internal use only.

getNoNulls

For internal use only.

getPrimaryIndex

For internal use only.

getTime

Converts an internal time to the DateTime type.

getType

Gets the column type.

getValue

Gets the values of a field (a collection of cells within a column and subcells within a cell).

insertValue

Inserts the specified data at the indicated value or subvalue.

IsAlpha

Returns True if the column type is alphanumeric.

IsDate

Returns True if the column type is date.

IsIndexed

For internal use only.

IsNumeric

Returns True if the column type is numeric.

IsTime

Returns True if the column type is time.

IsVirtual

Returns True if the column type is virtual.

MemberwiseClone

Returns a copy of the current instance.

setAssociation

For internal use only.

setColumnNumber

For internal use only.

setConversion

For internal use only.

setDisplayName

For internal use only.

setFieldType

For internal use only.

setFormula

For internal use only.

setIndexed

For internal use only.

setIsAlphaNumeric

For internal use only.

setIsDate

For internal use only.

setIsNumeric

For internal use only.

setIsTime

For internal use only.

setJustification

For internal use only.

setLength

For internal use only.

setMultivalue

For internal use only.

setName

For internal use only.

setNoDups

For internal use only.

setNoNulls

For internal use only.

setPrimaryIndex

For internal use only.

setType

For internal use only.

setValue

Sets the data in a collection of cells within a column and subcells within a cell.

ToString

Returns a string that represents the current instance.

Public Properties

Property

Type

Description

AllowDBNull

Boolean

 

[ReadOnly]

Boolean

 

Examples

connField.insertValue and connField.getValue

 

5