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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery And
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery AndNot
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate ContainerObjectMasterGuid
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate InstanceName
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate ObjectDescription
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate ObjectInstanceGuid
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate ObjectMasterGuid
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate ObjectName
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryIntegerPredicate ObjectSequence
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate ObjectTypeGuid
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate ObjectTypeName
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery Or
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery OrNot
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate p_SourceDefaultQuery


Method Detail
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery And (MetaEntityTableQuery)

Purpose: Joins a Query Entry using AND
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery
The MetaEntityTableQuery instance to join using AND
Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery And (MetaEntityTableQuery, MetaEntityTableQuery)

Purpose: Joins two Query Entries using AND
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery
The first MetaEntityTableQuery instance to join using AND
poQuery2 Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery
The second MetaEntityTableQuery instance to join using AND
Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery And (MetaEntityTableQuery, MetaEntityTableQuery, MetaEntityTableQuery)

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery AndNot (MetaEntityTableQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery
The MetaEntityTableQuery instance to join using AND NOT
Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery AndNot (MetaEntityTableQuery, MetaEntityTableQuery)

Purpose: Joins two Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery AndNot (MetaEntityTableQuery, MetaEntityTableQuery, MetaEntityTableQuery)

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery Or (MetaEntityTableQuery)

Purpose: Joins a Query Entry using OR
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery
The MetaEntityTableQuery instance to join using OR
Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery Or (MetaEntityTableQuery, MetaEntityTableQuery)

Purpose: Joins two Query Entries using OR
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery
The first MetaEntityTableQuery instance to join using OR
poQuery2 Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery
The second MetaEntityTableQuery instance to join using OR
Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery Or (MetaEntityTableQuery, MetaEntityTableQuery, MetaEntityTableQuery)

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery OrNot (MetaEntityTableQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery
The MetaEntityTableQuery instance to join using OR NOT
Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery OrNot (MetaEntityTableQuery, MetaEntityTableQuery)

Purpose: Joins two Query Entries using OR NOT
Notes:

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

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery OrNot (MetaEntityTableQuery, MetaEntityTableQuery, MetaEntityTableQuery)

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

MetaEntityTableQuery ()

Purpose: Constructor for the MetaEntityTableQuery class
Notes:



Property Detail
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery And


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery AndNot


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate ContainerObjectMasterGuid


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate InstanceName


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate ObjectDescription


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate ObjectInstanceGuid


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate ObjectMasterGuid


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate ObjectName


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryIntegerPredicate ObjectSequence


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryIntegerPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate ObjectTypeGuid


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate ObjectTypeName


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery Or


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery OrNot


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQuery
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate p_SourceDefaultQuery


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaEntityTableQueryCharacterPredicate


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