Click or drag to resize

DbSpecificCreatorBase.GetUnionOperatorString 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)
Syntax
public virtual string GetUnionOperatorString(
	UnionOperatorType operatorToConvert
)

Parameters

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

Return Value

Type: String

Implements

IDbSpecificCreator.GetUnionOperatorString(UnionOperatorType)
See Also