Click or drag to resize

SQLSearchFilterType Property

Gets or sets the type of the field to be searched.

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

Property Value

String
Exceptions
ExceptionCondition
NotSupportedExceptionAttempted to assign a type that is not supported.
Remarks

The list of supported types includes:

  • integer
  • number
  • boolean
  • datetime
  • string
See Also