Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
string GetUnionOperatorString(
	UnionOperatorType operatorToConvert
)

Parameters

operatorToConvert
Type: SD.LLBLGen.Pro.ORMSupportClassesUnionOperatorType
the operator to convert to a string

Return Value

Type: String
See Also