Click or drag to resize

UnionListTAdd Method

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.9.0.0 (5.9.0)
Syntax
public void Add(
	T representedElement,
	UnionOperatorType operatorToUse
)

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