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 |
---|---|
Deletes the Filter object. |
|
Updates the Filter object. |
Property |
Description |
---|---|
Returns the Transformer Application object. |
|
Sets or returns the name of the object. |
|
Returns the parent object. |
|
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()