|   | 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
Syntaxpublic static string ModifierOperatorToSqlOperator(
	ModifierOperator modifierOperator
)
Parameters
- modifierOperator
 - Type: Omada.OE.ModelModifierOperator
Operator to check 
Return Value
Type: 
Stringstring
See Also