Click or drag to resize
QuerySpecDetermineIfDerivedTableIsTargetInFieldCompareSetPredicate Method
Determines if the derived table variant of this query is the target when this query is used as the target of a field compare set predicate. Only true if query is an entity query and entity is an inheritance entity of TargetPerEntity.

Namespace: SD.LLBLGen.Pro.QuerySpec
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
protected virtual bool DetermineIfDerivedTableIsTargetInFieldCompareSetPredicate()

Return Value

Type: Boolean
See Also