Click or drag to resize

EnumUtilsModifierOperatorToSqlOperator Method

Returns the SQLOperator equivalent to the modifier of enum type ModifierOperator.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static string ModifierOperatorToSqlOperator(
	ModifierOperator modifierOperator
)

Parameters

modifierOperator
Type: Omada.OE.ModelModifierOperator
Operator to check

Return Value

Type: String
string
See Also