Click or drag to resize
PostgreSqlSpecificCreator.ConvertExpressionOperator Method
Converts the passed in expression operator (exop) to a string usable in a query

Namespace:  SD.LLBLGen.Pro.DQE.PostgreSql
Assembly:  SD.LLBLGen.Pro.DQE.PostgreSql (in SD.LLBLGen.Pro.DQE.PostgreSql.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public override string ConvertExpressionOperator(
	ExOp operatorToConvert
)

Parameters

operatorToConvert
Type: SD.LLBLGen.Pro.ORMSupportClasses.ExOp
Expression operator to convert to a string

Return Value

Type: String
The string representation usable in a query of the operator passed in.

Implements

IDbSpecificCreator.ConvertExpressionOperator(ExOp)
See Also