Share via


AfDataContainer.contains Method [AX 2012]

Determines whether the data container contains a data item with the specified name.

Syntax

public boolean contains(str _name)

Run On

Called

Parameters

  • _name
    Type: str
    The name of the data item.

Return Value

Type: boolean
true if the data item with the specified name exists; otherwise, false.

See Also

Reference

AfDataContainer Class