UnionListElementT Constructor |
CTor
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 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