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.4.0.0 (5.4.0)
Syntax protected 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