Class DBC.FreeTextWordsFields
Fields for FreeTextWords, This table contains the word list (automatically updated by the indexer) for the free-text search. Words are in UPPERCASE and truncated to 9 significant characters. Indexed words, dynamically updated by the freetext index
Inheritance
System.Object
DBC.FreeTextWordsFields
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class FreeTextWordsFields
Fields
FreetextwordsId
FreeTextWords.FreetextwordsId: Primary key
Declaration
public const string FreetextwordsId = "freetextwords_id"
Field Value
Type | Description |
---|---|
System.String |
SoundEx
FreeTextWords.SoundEx: Soundex form of word using Metaphone algorithm, for sounds-like searching
Declaration
public const string SoundEx = "soundEx"
Field Value
Type | Description |
---|---|
System.String |
Word
FreeTextWords.Word: Indexed word
Declaration
public const string Word = "word"
Field Value
Type | Description |
---|---|
System.String |