Class BinaryComparisonField

BinaryComparisonField class

Represents the binary search field.

public sealed class BinaryComparisonField : ComparisonField

Methods

NameDescription
Equals(byte[])Indicates that field must be equal to the specified value.
Equals(string)Indicates that field must be equal to the specified value.
NotEquals(byte[])Indicates that field must not be equal to the specified value.
NotEquals(string)Indicates that field must not be equal to the specified value.
OrderBy(bool)Sets value which indicates if client uses ascending or descending sorting on the Field.

See Also