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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery And
Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery AndNot
Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQueryCharacterPredicate CacheGuid
Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQueryCharacterPredicate CacheKey
Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQueryCacheScopePredicate CacheScope
Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQueryCharacterPredicate CacheScopeKey
Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQueryDateTimeTzPredicate ExpiresAt
Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Or
Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery OrNot


Method Detail
Top

Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery And (SmartCacheQuery)

Purpose: Joins a Query Entry using AND
Notes:

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

Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery And (SmartCacheQuery, SmartCacheQuery)

Purpose: Joins two Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery And (SmartCacheQuery, SmartCacheQuery, SmartCacheQuery)

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery AndNot (SmartCacheQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery AndNot (SmartCacheQuery, SmartCacheQuery)

Purpose: Joins two Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery AndNot (SmartCacheQuery, SmartCacheQuery, SmartCacheQuery)

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Or (SmartCacheQuery)

Purpose: Joins a Query Entry using OR
Notes:

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

Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Or (SmartCacheQuery, SmartCacheQuery)

Purpose: Joins two Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Or (SmartCacheQuery, SmartCacheQuery, SmartCacheQuery)

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery OrNot (SmartCacheQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery OrNot (SmartCacheQuery, SmartCacheQuery)

Purpose: Joins two Query Entries using OR NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery OrNot (SmartCacheQuery, SmartCacheQuery, SmartCacheQuery)

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartCacheQuery ()

Purpose: Constructor for the SmartCacheQuery class
Notes:

Top

SmartCacheQuery (character)

Purpose: Constructor for the SmartCacheQuery class
Notes:

Parameters:
pCacheKey CHARACTER
The filter value for the eSmartCache.CacheKey field


Property Detail
Top

Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery And


Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery
Top

Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery AndNot


Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery
Top

Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQueryCharacterPredicate CacheGuid


Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQueryCharacterPredicate CacheKey


Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQueryCacheScopePredicate CacheScope


Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQueryCacheScopePredicate
Top

Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQueryCharacterPredicate CacheScopeKey


Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQueryDateTimeTzPredicate ExpiresAt


Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQueryDateTimeTzPredicate
Top

Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery Or


Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery
Top

Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery OrNot


Returns Consultingwerk.SmartFramework.System.SmartCache.SmartCacheQuery


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