Click or drag to resize

SearchType Enumeration

Represents types of searches available for SearchableAttribute.

Namespace: GSF.Data.Model
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public enum SearchType
Members
Member nameValueDescription
Default0 Use default search type for field type.
LikeExpression1 Use SQL LIKE expression to match field.
FullValueMatch2 Match full text of field.
See Also