UnionListElementT Constructor  | 
 
            CTor
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic UnionListElement(
	T representedInstance,
	UnionOperatorType operatorToUse
)
Public Sub New ( 
	representedInstance As T,
	operatorToUse As UnionOperatorType
)
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