withoutAttributes

The withoutAttributes method returns a table that is identical to the source table, but with the specified attributes removed.

Syntax

Parameters

ParameterTypeDescription
toRemove>Collection<String>

The names of the attributes to remove.

Returns

A table with the specified attributes removed.

Examples

The following example removes the AddOnly attribute from a table.