IDatabaseQueryMasterSettingCriteria

class IDatabaseQueryMasterSettingCriteria

Bases: ImpactCOMWrapperBase, Iterable

Summary:

A collection of IDatabaseQueryMasterSettingCriterion objects belonging to a specific IDatabaseQueryMasterSetting object.

Remarks:

Introduced in Impact 5.1.4.24

Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance

property count

Gets Count.

Summary:

The number of IDatabaseQueryMasterSettingCriterion objects in this collection.

Returns:

The value of Count.

Return type:

count (int)

isNone()

Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.

item(index)
Summary:

Gets the criterion at the given position in the collection.

Parameters:

index (int) – The position of the item to return.