Show / Hide Table of Contents

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
Object
DBC.FreeTextWordsFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
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
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
String

Word

FreeTextWords.Word: Indexed word

Declaration
public const string Word = "word"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top