Top Method Summary
Options Name Purpose
Consultingwerk.SmartFramework.System.SmartRelationQuery And (SmartRelationQuery) Joins a Query Entry using AND
Consultingwerk.SmartFramework.System.SmartRelationQuery And (SmartRelationQuery, SmartRelationQuery) Joins two Query Entries using AND
Consultingwerk.SmartFramework.System.SmartRelationQuery And (SmartRelationQuery, SmartRelationQuery, SmartRelationQuery) Joins three Query Entries using AND
Consultingwerk.SmartFramework.System.SmartRelationQuery AndNot (SmartRelationQuery) Joins a Query Entry using AND NOT
Consultingwerk.SmartFramework.System.SmartRelationQuery AndNot (SmartRelationQuery, SmartRelationQuery) Joins two Query Entries using AND NOT
Consultingwerk.SmartFramework.System.SmartRelationQuery AndNot (SmartRelationQuery, SmartRelationQuery, SmartRelationQuery) Joins three Query Entries using AND NOT
Consultingwerk.SmartFramework.System.SmartRelationQuery Or (SmartRelationQuery) Joins a Query Entry using OR
Consultingwerk.SmartFramework.System.SmartRelationQuery Or (SmartRelationQuery, SmartRelationQuery) Joins two Query Entries using OR
Consultingwerk.SmartFramework.System.SmartRelationQuery Or (SmartRelationQuery, SmartRelationQuery, SmartRelationQuery) Joins three Query Entries using OR
Consultingwerk.SmartFramework.System.SmartRelationQuery OrNot (SmartRelationQuery) Joins a Query Entry using OR NOT
Consultingwerk.SmartFramework.System.SmartRelationQuery OrNot (SmartRelationQuery, SmartRelationQuery) Joins two Query Entries using OR NOT
Consultingwerk.SmartFramework.System.SmartRelationQuery OrNot (SmartRelationQuery, SmartRelationQuery, SmartRelationQuery) Joins three Query Entries using OR NOT

Top Constructor Summary
Options Name Purpose
SmartRelationQuery () Constructor for the SmartRelationQuery class
SmartRelationQuery (character) Constructor for the SmartRelationQuery class

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.System.SmartRelationQuery And
Consultingwerk.SmartFramework.System.SmartRelationQuery AndNot
Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate ChildCardinality
Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate ChildRoleDescription
Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate ChildTableGUID
Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate ChildTableName
Consultingwerk.SmartFramework.System.SmartRelationQueryLogicalPredicate DefaultParentRelation
Consultingwerk.SmartFramework.System.SmartRelationQueryLogicalPredicate Inactive
Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate OnParentDelete
Consultingwerk.SmartFramework.System.SmartRelationQuery Or
Consultingwerk.SmartFramework.System.SmartRelationQuery OrNot
Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate ParentCardinality
Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate ParentRoleDescription
Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate ParentTableGUID
Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate ParentTableName
Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate RelationDescription
Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate RelationFieldPair
Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate RelationGuid
Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate RelationName
Consultingwerk.SmartFramework.System.SmartRelationQueryLogicalPredicate SmartAttachments
Consultingwerk.SmartFramework.System.SmartRelationQueryLogicalPredicate SmartComments
Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate SmartRecordKey


Method Detail
Top

Consultingwerk.SmartFramework.System.SmartRelationQuery And (SmartRelationQuery)

Purpose: Joins a Query Entry using AND
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.System.SmartRelationQuery
The SmartRelationQuery instance to join using AND
Returns Consultingwerk.SmartFramework.System.SmartRelationQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.System.SmartRelationQuery And (SmartRelationQuery, SmartRelationQuery)

Purpose: Joins two Query Entries using AND
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.System.SmartRelationQuery
The first SmartRelationQuery instance to join using AND
poQuery2 Consultingwerk.SmartFramework.System.SmartRelationQuery
The second SmartRelationQuery instance to join using AND
Returns Consultingwerk.SmartFramework.System.SmartRelationQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.System.SmartRelationQuery And (SmartRelationQuery, SmartRelationQuery, SmartRelationQuery)

Purpose: Joins three Query Entries using AND
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.System.SmartRelationQuery
The first SmartRelationQuery instance to join using AND
poQuery2 Consultingwerk.SmartFramework.System.SmartRelationQuery
The second SmartRelationQuery instance to join using AND
poQuery3 Consultingwerk.SmartFramework.System.SmartRelationQuery
The third SmartRelationQuery instance to join using AND
Returns Consultingwerk.SmartFramework.System.SmartRelationQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.System.SmartRelationQuery AndNot (SmartRelationQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.System.SmartRelationQuery
The SmartRelationQuery instance to join using AND NOT
Returns Consultingwerk.SmartFramework.System.SmartRelationQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.System.SmartRelationQuery AndNot (SmartRelationQuery, SmartRelationQuery)

Purpose: Joins two Query Entries using AND NOT
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.System.SmartRelationQuery
The first SmartRelationQuery instance to join using AND NOT
poQuery2 Consultingwerk.SmartFramework.System.SmartRelationQuery
The second SmartRelationQuery instance to join using AND NOT
Returns Consultingwerk.SmartFramework.System.SmartRelationQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.System.SmartRelationQuery AndNot (SmartRelationQuery, SmartRelationQuery, SmartRelationQuery)

Purpose: Joins three Query Entries using AND NOT
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.System.SmartRelationQuery
The first SmartRelationQuery instance to join using AND NOT
poQuery2 Consultingwerk.SmartFramework.System.SmartRelationQuery
The second SmartRelationQuery instance to join using AND NOT
poQuery3 Consultingwerk.SmartFramework.System.SmartRelationQuery
The third SmartRelationQuery instance to join using AND NOT
Returns Consultingwerk.SmartFramework.System.SmartRelationQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.System.SmartRelationQuery Or (SmartRelationQuery)

Purpose: Joins a Query Entry using OR
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.System.SmartRelationQuery
The SmartRelationQuery instance to join using OR
Returns Consultingwerk.SmartFramework.System.SmartRelationQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.System.SmartRelationQuery Or (SmartRelationQuery, SmartRelationQuery)

Purpose: Joins two Query Entries using OR
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.System.SmartRelationQuery
The first SmartRelationQuery instance to join using OR
poQuery2 Consultingwerk.SmartFramework.System.SmartRelationQuery
The second SmartRelationQuery instance to join using OR
Returns Consultingwerk.SmartFramework.System.SmartRelationQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.System.SmartRelationQuery Or (SmartRelationQuery, SmartRelationQuery, SmartRelationQuery)

Purpose: Joins three Query Entries using OR
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.System.SmartRelationQuery
The first SmartRelationQuery instance to join using OR
poQuery2 Consultingwerk.SmartFramework.System.SmartRelationQuery
The second SmartRelationQuery instance to join using OR
poQuery3 Consultingwerk.SmartFramework.System.SmartRelationQuery
The third SmartRelationQuery instance to join using OR
Returns Consultingwerk.SmartFramework.System.SmartRelationQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.System.SmartRelationQuery OrNot (SmartRelationQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.System.SmartRelationQuery
The SmartRelationQuery instance to join using OR NOT
Returns Consultingwerk.SmartFramework.System.SmartRelationQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.System.SmartRelationQuery OrNot (SmartRelationQuery, SmartRelationQuery)

Purpose: Joins two Query Entries using OR NOT
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.System.SmartRelationQuery
The first SmartRelationQuery instance to join using OR NOT
poQuery2 Consultingwerk.SmartFramework.System.SmartRelationQuery
The second SmartRelationQuery instance to join using OR NOT
Returns Consultingwerk.SmartFramework.System.SmartRelationQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.System.SmartRelationQuery OrNot (SmartRelationQuery, SmartRelationQuery, SmartRelationQuery)

Purpose: Joins three Query Entries using OR NOT
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.System.SmartRelationQuery
The first SmartRelationQuery instance to join using OR NOT
poQuery2 Consultingwerk.SmartFramework.System.SmartRelationQuery
The second SmartRelationQuery instance to join using OR NOT
poQuery3 Consultingwerk.SmartFramework.System.SmartRelationQuery
The third SmartRelationQuery instance to join using OR NOT
Returns Consultingwerk.SmartFramework.System.SmartRelationQuery
The reference to the instance the call was issued on


Constructor Detail
Top

SmartRelationQuery ()

Purpose: Constructor for the SmartRelationQuery class
Notes:

Top

SmartRelationQuery (character)

Purpose: Constructor for the SmartRelationQuery class
Notes:

Parameters:
pRelationGuid CHARACTER
The filter value for the eSmartRelation.RelationGuid field


Property Detail
Top

Consultingwerk.SmartFramework.System.SmartRelationQuery And


Returns Consultingwerk.SmartFramework.System.SmartRelationQuery
Top

Consultingwerk.SmartFramework.System.SmartRelationQuery AndNot


Returns Consultingwerk.SmartFramework.System.SmartRelationQuery
Top

Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate ChildCardinality


Returns Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate ChildRoleDescription


Returns Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate ChildTableGUID


Returns Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate ChildTableName


Returns Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartRelationQueryLogicalPredicate DefaultParentRelation


Returns Consultingwerk.SmartFramework.System.SmartRelationQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.System.SmartRelationQueryLogicalPredicate Inactive


Returns Consultingwerk.SmartFramework.System.SmartRelationQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate OnParentDelete


Returns Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartRelationQuery Or


Returns Consultingwerk.SmartFramework.System.SmartRelationQuery
Top

Consultingwerk.SmartFramework.System.SmartRelationQuery OrNot


Returns Consultingwerk.SmartFramework.System.SmartRelationQuery
Top

Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate ParentCardinality


Returns Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate ParentRoleDescription


Returns Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate ParentTableGUID


Returns Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate ParentTableName


Returns Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate RelationDescription


Returns Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate RelationFieldPair


Returns Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate RelationGuid


Returns Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate RelationName


Returns Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartRelationQueryLogicalPredicate SmartAttachments


Returns Consultingwerk.SmartFramework.System.SmartRelationQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.System.SmartRelationQueryLogicalPredicate SmartComments


Returns Consultingwerk.SmartFramework.System.SmartRelationQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate SmartRecordKey


Returns Consultingwerk.SmartFramework.System.SmartRelationQueryCharacterPredicate


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:28:32