Adds a new element to this list for the represented element and the operator
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public void Add(
T representedElement,
UnionOperatorType operatorToUse
)
Public Sub Add (
representedElement As T,
operatorToUse As UnionOperatorType
)
Parameters
- representedElement
- Type: T
the represented element to add to the list - operatorToUse
- Type: SD.LLBLGen.Pro.ORMSupportClassesUnionOperatorType
the operator to use between the parent or previous element and the represented element
See Also