Click or drag to resize

IDbSpecificCreatorConvertSortOperator Method

Converts the passed in sort 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.5.0.0 (5.5.18.1019)
Syntax
string ConvertSortOperator(
	SortOperator operatorToConvert
)

Parameters

operatorToConvert
Type: SD.LLBLGen.Pro.ORMSupportClassesSortOperator
sort operator to convert to a string

Return Value

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