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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.System.SmartDeletionQuery And
Consultingwerk.SmartFramework.System.SmartDeletionQuery AndNot
Consultingwerk.SmartFramework.System.SmartDeletionQueryCharacterPredicate DeletionGuid
Consultingwerk.SmartFramework.System.SmartDeletionQueryCharacterPredicate DeletionKeyFieldValues
Consultingwerk.SmartFramework.System.SmartDeletionQueryCharacterPredicate DeletionTable
Consultingwerk.SmartFramework.System.SmartDeletionQueryDateTimeTzPredicate DeletionTimeStamp
Consultingwerk.SmartFramework.System.SmartDeletionQueryCharacterPredicate DeletionUser
Consultingwerk.SmartFramework.System.SmartDeletionQuery Or
Consultingwerk.SmartFramework.System.SmartDeletionQuery OrNot


Method Detail
Top

Consultingwerk.SmartFramework.System.SmartDeletionQuery And (SmartDeletionQuery)

Purpose: Joins a Query Entry using AND
Notes:

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

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

Purpose: Joins two Query Entries using AND
Notes:

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

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

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.System.SmartDeletionQuery AndNot (SmartDeletionQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

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

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

Purpose: Joins two Query Entries using AND NOT
Notes:

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

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

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartDeletionQuery Or (SmartDeletionQuery)

Purpose: Joins a Query Entry using OR
Notes:

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

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

Purpose: Joins two Query Entries using OR
Notes:

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

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

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.System.SmartDeletionQuery OrNot (SmartDeletionQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

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

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

Purpose: Joins two Query Entries using OR NOT
Notes:

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

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

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartDeletionQuery ()

Purpose: Constructor for the SmartDeletionQuery class
Notes:

Top

SmartDeletionQuery (character)

Purpose: Constructor for the SmartDeletionQuery class
Notes:

Parameters:
pDeletionguid CHARACTER
The filter value for the eSmartDeletion.Deletionguid field


Property Detail
Top

Consultingwerk.SmartFramework.System.SmartDeletionQuery And


Returns Consultingwerk.SmartFramework.System.SmartDeletionQuery
Top

Consultingwerk.SmartFramework.System.SmartDeletionQuery AndNot


Returns Consultingwerk.SmartFramework.System.SmartDeletionQuery
Top

Consultingwerk.SmartFramework.System.SmartDeletionQueryCharacterPredicate DeletionGuid


Returns Consultingwerk.SmartFramework.System.SmartDeletionQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartDeletionQueryCharacterPredicate DeletionKeyFieldValues


Returns Consultingwerk.SmartFramework.System.SmartDeletionQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartDeletionQueryCharacterPredicate DeletionTable


Returns Consultingwerk.SmartFramework.System.SmartDeletionQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartDeletionQueryDateTimeTzPredicate DeletionTimeStamp


Returns Consultingwerk.SmartFramework.System.SmartDeletionQueryDateTimeTzPredicate
Top

Consultingwerk.SmartFramework.System.SmartDeletionQueryCharacterPredicate DeletionUser


Returns Consultingwerk.SmartFramework.System.SmartDeletionQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartDeletionQuery Or


Returns Consultingwerk.SmartFramework.System.SmartDeletionQuery
Top

Consultingwerk.SmartFramework.System.SmartDeletionQuery OrNot


Returns Consultingwerk.SmartFramework.System.SmartDeletionQuery


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:11:07