WebDateTimeSearchCriteriaOperator Property |
Operator that should be used between this date time
search criteria and the data that it is compared to.
This operator is only relevant if both the date time
search criteria and compare data has a range.
Operator must be set to CompareOperator:Excluding or
CompareOperator:Including if both the date time
search criteria and compare data has a range.
This operator is used for properties Begin, End and
PartOfYear if it has been specified.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public CompareOperator Operator { get; set; }
Public Property Operator As CompareOperator
Get
Set
public:
property CompareOperator Operator {
CompareOperator get ();
void set (CompareOperator value);
}
member Operator : CompareOperator with get, set
Property Value
Type:
CompareOperatorSee Also