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.5.0.0 (5.5.18.1019)
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