| EntityQueryTEntityDetermineIfDerivedTableIsTargetInFieldCompareSetPredicate 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.1.0.0 (5.1.0)
Syntaxprotected override bool DetermineIfDerivedTableIsTargetInFieldCompareSetPredicate()
Protected Overrides Function DetermineIfDerivedTableIsTargetInFieldCompareSetPredicate As Boolean
Return Value
Type: 
Boolean
See Also