Click or drag to resize

FilterConditionStringToComparisonType Method

Returns the comparison type, matching the specified input string.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public static ComparisonType StringToComparisonType(
	string input
)

Parameters

input
Type: SystemString
The input string.

Return Value

Type: ComparisonType
Exceptions
ExceptionCondition
InvalidOperationExceptionDataAccessQuery.StringToComparisonType: Invalid input string.
See Also