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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.System.SmartBusinessEntityQuery And
Consultingwerk.SmartFramework.System.SmartBusinessEntityQuery AndNot
Consultingwerk.SmartFramework.System.SmartBusinessEntityQueryCharacterPredicate BusinessEntityGuid
Consultingwerk.SmartFramework.System.SmartBusinessEntityQueryCharacterPredicate BusinessEntityName
Consultingwerk.SmartFramework.System.SmartBusinessEntityQueryCharacterPredicate BusinessEntityPackage
Consultingwerk.SmartFramework.System.SmartBusinessEntityQueryCharacterPredicate BusinessEntityPurpose
Consultingwerk.SmartFramework.System.SmartBusinessEntityQueryLogicalPredicate DBRequired
Consultingwerk.SmartFramework.System.SmartBusinessEntityQuery Or
Consultingwerk.SmartFramework.System.SmartBusinessEntityQuery OrNot
Consultingwerk.SmartFramework.System.SmartBusinessEntityQueryLogicalPredicate TrackDeletions


Method Detail
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityQuery And (SmartBusinessEntityQuery)

Purpose: Joins a Query Entry using AND
Notes:

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

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

Purpose: Joins two Query Entries using AND
Notes:

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

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

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.System.SmartBusinessEntityQuery AndNot (SmartBusinessEntityQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

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

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

Purpose: Joins two Query Entries using AND NOT
Notes:

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

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

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartBusinessEntityQuery Or (SmartBusinessEntityQuery)

Purpose: Joins a Query Entry using OR
Notes:

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

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

Purpose: Joins two Query Entries using OR
Notes:

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

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

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.System.SmartBusinessEntityQuery OrNot (SmartBusinessEntityQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

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

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

Purpose: Joins two Query Entries using OR NOT
Notes:

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

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

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartBusinessEntityQuery ()

Purpose: Constructor for the SmartBusinessEntityQuery class
Notes:

Top

SmartBusinessEntityQuery (character)

Purpose: Constructor for the SmartBusinessEntityQuery class
Notes:

Parameters:
pBusinessEntityGuid CHARACTER
The filter value for the eSmartBusinessEntity.BusinessEntityGuid field


Property Detail
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityQuery And


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityQuery
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityQuery AndNot


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityQuery
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityQueryCharacterPredicate BusinessEntityGuid


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityQueryCharacterPredicate BusinessEntityName


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityQueryCharacterPredicate BusinessEntityPackage


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityQueryCharacterPredicate BusinessEntityPurpose


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityQueryLogicalPredicate DBRequired


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityQuery Or


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityQuery
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityQuery OrNot


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityQuery
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityQueryLogicalPredicate TrackDeletions


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityQueryLogicalPredicate


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