Click or drag to resize

UnionListElementT Constructor

CTor

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
public UnionListElement(
	T representedInstance,
	UnionOperatorType operatorToUse
)

Parameters

representedInstance
Type: T
The represented instance of this element
operatorToUse
Type: SD.LLBLGen.Pro.ORMSupportClassesUnionOperatorType
the operator to use between the parent/previous element and this instance
See Also