ETL > ETL Assembly Interfaces > IEtlPlainLinkFieldMapping
The IEtlPlainLinkFieldMapping interface contains properties of link of data source fields.
Property name | Brief description | |
![]() |
Database | The Database property determines a database if type of the link between fields of data consumer and data source is Sequence. |
![]() |
Field | The Field property determines a data source field if type of the link between fields of data consumer and data source is Field. |
![]() |
Increment | The Increment property determines increment step on autoincrement field fill. |
![]() |
Sequence | The Sequence property determines identifier of a sequence if type of the link between data consumer and data source fields is Sequence. |
![]() |
StartValue | The StartValue property determines initial value on autoincrement field fill. |
![]() |
Type | The Type property determines link type of data source field of ETL task. |
![]() |
Value | The Value property determines constant value if type of the link between data consumer and data source fields is Constant. |
See also: