Click or drag to resize
ISpeciesFactFieldSearchCriteriaValues Property
Values to compare operator with. Normally exactly one value is specified but property Values may contain more than one value if property Operator has the value Equal or NotEqual. Operator Equal together with more than one value returns true if the comparison value is equal to one of the listed values. Operator NotEqual compared to more than one value returns true if the comparison value is not equal to any of the listed values. Property FactorField holds information about which data type values contains.

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

Property Value

Type: ListString
See Also