is_parent_map
check if attribute name is a parent
Last updated
check if attribute name is a parent
Last updated
Checks if an attribute name in the is a parent mapped with children, and returns a bool.
Basic Example checking if an attribute name is a parent in the
In this example, we simply use the is_parent_map method on the to get a boolean check if the attribute name passed into the parameter is a parent mapped with children, 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