IDtTextProviderField

Description

The IDtTextProviderField interface contains data provider field properties used to work with files, data in which is placed in fixed positions.

Properties

  Property name Brief description
FixedEndPosition

The FixedEndPosition property determines end position in the file that limits data for the current field.
FixedStartPosition

The FixedStartPosition property determines start position in the file that limits data for the current field.

Properties inherited from IDtFieldDefinition

  Property name Brief description
DataType

The DataType property determines data type of the data provider/data consumer field.
DateFormat

The DateFormat property determines a format according to which dates will be parsed.
Expression

The Expression property determines expression to calculate value of calculated field.
IsCalculated

The IsCalculated property determines whether the filed is calculated.
Name

The Name property determines the field name of the data provider or data consumer.
Precision

The Precision property determines the precision of the data provider/data consumer field.
Size

The Size property determines the size of the data provider/data consumer field.

See also:

Dt Assembly Interfaces