Click or drag to resize
StringSearchCriteriaCompareOperators Property
Specifies how search string should be compared to actual data. Normaly exactly one string compare operator is specified. If more than one operator is specified, each operator (starting from index 0 and upwards) is tested until at least one match is found.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public List<StringCompareOperator> CompareOperators { get; set; }

Property Value

Type: ListStringCompareOperator

Implements

IStringSearchCriteriaCompareOperators
See Also