HcmSkillMappingRun.removeLinesUsingQuery Method [AX 2012]

Executes the query to remove the lines in the HcmSkillMappingLine table.

Syntax

private void removeLinesUsingQuery(Query _query)

Run On

Server

Parameters

  • _query
    Type: Query Class
    The query that is used to identify the lines to be removed.

See Also

Reference

HcmSkillMappingRun Class