Click or drag to resize

FilterConditionEncodingComparisonTypeToString Method

Returns the wording string representation of the specified comparison type.

Namespace:  Aloe.EnterpriseOne.Model.Core.SpecialTypes
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.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