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.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
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