is_child_map
check if attribute name is a child
Last updated
check if attribute name is a child
Last updated
Checks if an attribute name in the is a child mapped to a parent, and returns a bool.
Basic Example checking if an attribute name is a child in the
In this example, we simply use the is_child_map method on the to get a boolean check if the attribute name passed into the parameter is a child mapped to a parent, and assign the returned bool to a variable.
For more information on the mapping concept, see in the language section and .
Methods that provide related utility to this method
-> Map an attribute name -> Unmap an attribute name
Describes all parameter functionality and accepted data types