Namespace: Consultingwerk.SmartFramework.Context
Class 
SmartContextStoreQuery Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.OERA.QueryBuilder.TableQuery

File:SmartContextStoreQuery
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:06/04/2021 21:50:33,451+02:00



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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Context.SmartContextStoreQuery And
Consultingwerk.SmartFramework.Context.SmartContextStoreQuery AndNot
Consultingwerk.SmartFramework.Context.SmartContextStoreQueryCharacterPredicate ContextStoreGUID
Consultingwerk.SmartFramework.Context.SmartContextStoreQueryDateTimeTzPredicate Created
Consultingwerk.SmartFramework.Context.SmartContextStoreQueryLogicalPredicate CurrentSession
Consultingwerk.SmartFramework.Context.SmartContextStoreQueryCharacterPredicate DomainName
Consultingwerk.SmartFramework.Context.SmartContextStoreQueryDateTimeTzPredicate LastAccessed
Consultingwerk.SmartFramework.Context.SmartContextStoreQuery Or
Consultingwerk.SmartFramework.Context.SmartContextStoreQuery OrNot
Consultingwerk.SmartFramework.Context.SmartContextStoreQueryCharacterPredicate SessionID
Consultingwerk.SmartFramework.Context.SmartContextStoreQueryLogicalPredicate SessionLocked
Consultingwerk.SmartFramework.Context.SmartContextStoreQueryCharacterPredicate UserName


Method Detail
Top

Consultingwerk.SmartFramework.Context.SmartContextStoreQuery And (SmartContextStoreQuery)

Purpose: Joins a Query Entry using AND
Notes:

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

Consultingwerk.SmartFramework.Context.SmartContextStoreQuery And (SmartContextStoreQuery, SmartContextStoreQuery)

Purpose: Joins two Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.Context.SmartContextStoreQuery And (SmartContextStoreQuery, SmartContextStoreQuery, SmartContextStoreQuery)

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.Context.SmartContextStoreQuery AndNot (SmartContextStoreQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Context.SmartContextStoreQuery AndNot (SmartContextStoreQuery, SmartContextStoreQuery)

Purpose: Joins two Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Context.SmartContextStoreQuery AndNot (SmartContextStoreQuery, SmartContextStoreQuery, SmartContextStoreQuery)

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Context.SmartContextStoreQuery Or (SmartContextStoreQuery)

Purpose: Joins a Query Entry using OR
Notes:

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

Consultingwerk.SmartFramework.Context.SmartContextStoreQuery Or (SmartContextStoreQuery, SmartContextStoreQuery)

Purpose: Joins two Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.Context.SmartContextStoreQuery Or (SmartContextStoreQuery, SmartContextStoreQuery, SmartContextStoreQuery)

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.Context.SmartContextStoreQuery OrNot (SmartContextStoreQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

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

Consultingwerk.SmartFramework.Context.SmartContextStoreQuery OrNot (SmartContextStoreQuery, SmartContextStoreQuery)

Purpose: Joins two Query Entries using OR NOT
Notes:

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

Consultingwerk.SmartFramework.Context.SmartContextStoreQuery OrNot (SmartContextStoreQuery, SmartContextStoreQuery, SmartContextStoreQuery)

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartContextStoreQuery ()

Purpose: Constructor for the SmartContextStoreQuery class
Notes:

Top

SmartContextStoreQuery (character)

Purpose: Constructor for the SmartContextStoreQuery class
Notes:

Parameters:
pContextStoreGUID CHARACTER
The filter value for the eSmartContextStore.ContextStoreGUID field


Property Detail
Top

Consultingwerk.SmartFramework.Context.SmartContextStoreQuery And


Returns Consultingwerk.SmartFramework.Context.SmartContextStoreQuery
Top

Consultingwerk.SmartFramework.Context.SmartContextStoreQuery AndNot


Returns Consultingwerk.SmartFramework.Context.SmartContextStoreQuery
Top

Consultingwerk.SmartFramework.Context.SmartContextStoreQueryCharacterPredicate ContextStoreGUID


Returns Consultingwerk.SmartFramework.Context.SmartContextStoreQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Context.SmartContextStoreQueryDateTimeTzPredicate Created


Returns Consultingwerk.SmartFramework.Context.SmartContextStoreQueryDateTimeTzPredicate
Top

Consultingwerk.SmartFramework.Context.SmartContextStoreQueryLogicalPredicate CurrentSession


Returns Consultingwerk.SmartFramework.Context.SmartContextStoreQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.Context.SmartContextStoreQueryCharacterPredicate DomainName


Returns Consultingwerk.SmartFramework.Context.SmartContextStoreQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Context.SmartContextStoreQueryDateTimeTzPredicate LastAccessed


Returns Consultingwerk.SmartFramework.Context.SmartContextStoreQueryDateTimeTzPredicate
Top

Consultingwerk.SmartFramework.Context.SmartContextStoreQuery Or


Returns Consultingwerk.SmartFramework.Context.SmartContextStoreQuery
Top

Consultingwerk.SmartFramework.Context.SmartContextStoreQuery OrNot


Returns Consultingwerk.SmartFramework.Context.SmartContextStoreQuery
Top

Consultingwerk.SmartFramework.Context.SmartContextStoreQueryCharacterPredicate SessionID


Returns Consultingwerk.SmartFramework.Context.SmartContextStoreQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Context.SmartContextStoreQueryLogicalPredicate SessionLocked


Returns Consultingwerk.SmartFramework.Context.SmartContextStoreQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.Context.SmartContextStoreQueryCharacterPredicate UserName


Returns Consultingwerk.SmartFramework.Context.SmartContextStoreQueryCharacterPredicate


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