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
Syntaxpublic static string ComparisonTypeToString(
ComparisonType comparison
)
Public Shared Function ComparisonTypeToString (
comparison As ComparisonType
) As String
public:
static String^ ComparisonTypeToString(
ComparisonType^ comparison
)
static member ComparisonTypeToString :
comparison : ComparisonType -> string
Parameters
- comparison
- Type: Aloe.SystemFrameworks.Domain.DataAccessComparisonType
The comparison type for which to return the wording.
Return Value
Type:
StringThe wording string representation.
See Also