Filter Object

The Filter object represents a filter in the Transformer model.

Discussion

A Filters collection is returned by the Filters property (Query object). Each Filter object in the collection references a filter in the Transformer model.

Related Topics

These tables list related collections, methods, and properties.

Method

Description

Delete Method

Deletes the Filter object.

Update Method

Updates the Filter object.

Property

Description

Application Property

Returns the Transformer Application object.

Name Property

Sets or returns the name of the object.

Parent Property

Returns the parent object.

RefName Property

Sets or returns the name of the filter in the data source.

Examples

new_package = model.Packages.Add()new_query
= new_package.Queries.Add()new_filter = new_query.Filters.Add()