IDatabaseTableRelationships¶
- class IDatabaseTableRelationships¶
Bases:
ImpactCOMWrapperBase,Iterable- Summary:
A collection of IDatabaseTableRelationship objects.
- Remarks:
In Impact, table relationships may be configured within Database Installation settings, Table Relationships. Impact supports advanced table relationships between both internal and custom tables within the Impact database. Data relationship links define the structure for storing and accessing data related to the itherr database rows. Impact suppports Many-to-One, One-to-Many, and Many-to-Many relationships. Introduced in Impact 11.0.0.27.
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 items 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 object with the specified index.
- Parameters:
index (any) – Specifies the index of the object to retrieve.
Examples