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.12.0.0 (5.12.0)
Syntaxstring 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: 
String
See Also