Click or drag to resize
DbSpecificCreatorBaseConvertComparisonOperator Method
Converts the passed in comparison operator to a string usable in a query.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public virtual string ConvertComparisonOperator(
	ComparisonOperator operatorToConvert
)

Parameters

operatorToConvert
Type: SD.LLBLGen.Pro.ORMSupportClassesComparisonOperator
Operator to convert to string

Return Value

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

Implements

IDbSpecificCreatorConvertComparisonOperator(ComparisonOperator)
See Also