| DynamicQueryEngineBaseDetermineIfDuplicatesWillOccur Method  | 
 
            Determines if duplicates will occur.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxprotected bool DetermineIfDuplicatesWillOccur(
	IRelationCollection relations
)
Protected Function DetermineIfDuplicatesWillOccur ( 
	relations As IRelationCollection
) As Boolean
Parameters
- relations
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
The relations. 
Return Value
Type: 
Boolean
            true if duplicates could occur, false otherwise
            
See Also