Click or drag to resize

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

Parameters

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

Return Value

Type: String

Implements

IDbSpecificCreatorGetUnionOperatorString(UnionOperatorType)
See Also