Click or drag to resize

SQLSearchFilterOperator Property

Gets or sets the Operator to be used for the Search.

Namespace: GSF.Data.Model
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public string Operator { get; set; }
View Source

Property Value

String
Exceptions
ExceptionCondition
NotSupportedExceptionAttempted to assign an operator that is not supported.
Remarks

The list of supported operators includes:

  • =
  • <>
  • <
  • >
  • IN
  • NOT IN
  • LIKE
  • NOT LIKE
  • <=
  • >=
See Also