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.QuerySpecAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected virtual bool DetermineIfDerivedTableIsTargetInFieldCompareSetPredicate()
Protected Overridable Function DetermineIfDerivedTableIsTargetInFieldCompareSetPredicate As Boolean
Return Value
Type:
BooleanSee Also