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

Top Constructor Summary
Options Name Purpose
SmartBusinessEntityTableQuery () Constructor for the SmartBusinessEntityTableQuery class

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryLogicalPredicate AllowCreate
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryLogicalPredicate AllowDelete
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryLogicalPredicate AllowUpdate
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQuery And
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQuery AndNot
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryIntegerPredicate BatchSize
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryCharacterPredicate BusinessEntityGuid
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryCharacterPredicate BusinessEntityName
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryCharacterPredicate BusinessEntityPackage
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryCharacterPredicate BusinessEntityTableGuid
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQuery Or
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQuery OrNot
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryLogicalPredicate ShouldUseBatching
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryCharacterPredicate TableLabelPlural
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryCharacterPredicate TableLabelSingular
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryCharacterPredicate TableName
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryIntegerPredicate TableOrder


Method Detail
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQuery And (SmartBusinessEntityTableQuery)

Purpose: Joins a Query Entry using AND
Notes:

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

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

Purpose: Joins two Query Entries using AND
Notes:

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

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

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQuery AndNot (SmartBusinessEntityTableQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

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

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

Purpose: Joins two Query Entries using AND NOT
Notes:

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

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

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQuery Or (SmartBusinessEntityTableQuery)

Purpose: Joins a Query Entry using OR
Notes:

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

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

Purpose: Joins two Query Entries using OR
Notes:

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

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

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQuery OrNot (SmartBusinessEntityTableQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

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

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

Purpose: Joins two Query Entries using OR NOT
Notes:

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

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

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartBusinessEntityTableQuery ()

Purpose: Constructor for the SmartBusinessEntityTableQuery class
Notes:



Property Detail
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryLogicalPredicate AllowCreate


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryLogicalPredicate AllowDelete


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryLogicalPredicate AllowUpdate


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQuery And


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQuery
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQuery AndNot


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQuery
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryIntegerPredicate BatchSize


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryIntegerPredicate
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryCharacterPredicate BusinessEntityGuid


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryCharacterPredicate BusinessEntityName


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryCharacterPredicate BusinessEntityPackage


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryCharacterPredicate BusinessEntityTableGuid


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQuery Or


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQuery
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQuery OrNot


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQuery
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryLogicalPredicate ShouldUseBatching


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryCharacterPredicate TableLabelPlural


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryCharacterPredicate TableLabelSingular


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryCharacterPredicate TableName


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryIntegerPredicate TableOrder


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableQueryIntegerPredicate


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