RetailConnPOSDataTranslatorAX62_AX61.GetDeletePrimaryKeys Method [AX 2012]

Retrieves the primary key values for the given table name.

Syntax

public container GetDeletePrimaryKeys(
    TableName _tableName, 
    container _pkValues, 
    RefRecId _refRecId)

Run On

Called

Parameters

  • _pkValues
    Type: container
    The set of primary key values.

Return Value

Type: container
A container which holds the set of primary key values.

See Also

Reference

RetailConnPOSDataTranslatorAX62_AX61 Class