Click or drag to resize

FilterConditionComparisonTypeToString Method

Returns the wording string representation of the specified comparison type.

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

Parameters

comparison
Type: Aloe.SystemFrameworks.Domain.DataAccessComparisonType
The comparison type for which to return the wording.

Return Value

Type: String
The wording string representation.
See Also