DMFEntityBase.addStagingLink Method [AX 2012]

Adds a link between staging and target.

Syntax

public Query addStagingLink(
    Query query, 
    TableId _entityTableId, 
    Common _staging)

Run On

Called

Parameters

  • query
    Type: Query Class
    It is used to get a list of fields.
  • _staging
    Type: Common Table
    It is the name of the staging table.

Return Value

Type: Query Class
Returns query.

See Also

Reference

DMFEntityBase Class