Click or drag to resize

OracleSpecificCreator.AppendExpressionElementsToBuilder Method

Appends the left and right operands to the string builder specified using the operator specified. By default this will do (leftoperand operator rightoperand) however this method allows databases to perform the operator using e.g. function calls.

Namespace:  SD.LLBLGen.Pro.DQE.Oracle
Assemblies:   SD.LLBLGen.Pro.DQE.OracleMS (in SD.LLBLGen.Pro.DQE.OracleMS.dll) Version: 5.9.0.0 (5.9.0)
  SD.LLBLGen.Pro.DQE.OracleODPNet (in SD.LLBLGen.Pro.DQE.OracleODPNet.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public override void AppendExpressionElementsToBuilder(
	StringBuilder toAppendTo,
	string leftOperandAsString,
	ExOp expressionOperator,
	string rightOperandAsString
)

Parameters

toAppendTo
Type: System.Text.StringBuilder
leftOperandAsString
Type: System.String
expressionOperator
Type: SD.LLBLGen.Pro.ORMSupportClasses.ExOp
rightOperandAsString
Type: System.String

Implements

IDbSpecificCreator.AppendExpressionElementsToBuilder(StringBuilder, String, ExOp, String)
See Also