Click or drag to resize

SpannerSpecificCreatorGetUnionOperatorString Method

Converts the specified operator to a string

Namespace:  SD.LLBLGen.Pro.DQE.Spanner
Assembly:  SD.LLBLGen.Pro.DQE.Spanner (in SD.LLBLGen.Pro.DQE.Spanner.dll) Version: 5.7.0.0 (5.7.0)
Syntax
public override 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