IDbSpecificCreatorGetUnionOperatorString Method |
Converts the specified operator to a string
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 string GetUnionOperatorString(
UnionOperatorType operatorToConvert
)
Function GetUnionOperatorString (
operatorToConvert As UnionOperatorType
) As String
Parameters
- operatorToConvert
- Type: SD.LLBLGen.Pro.ORMSupportClassesUnionOperatorType
the operator to convert to a string
Return Value
Type:
StringSee Also