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.7.0.0 (5.7.0)
Syntaxprotected virtual bool DetermineIfDerivedTableIsTargetInFieldCompareSetPredicate()
Protected Overridable Function DetermineIfDerivedTableIsTargetInFieldCompareSetPredicate As Boolean
Return Value
Type: 
Boolean
See Also