contains_value method

contains_value(data_source_field_name)

Determines whether a mapping from the specified field in the data source exists in the collection.

def contains_value(self, data_source_field_name: str):
    ...
ParameterTypeDescription
data_source_field_namestrCase-sensitive name of the field in the data source.

Returns

True if item is found in the collection; otherwise, False.

See Also