Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected bool DetermineIfDuplicatesWillOccur(
	IRelationCollection relations
)

Parameters

relations
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
The relations.

Return Value

Type: Boolean
true if duplicates could occur, false otherwise
See Also