Class DBC.TemporaryWordsFields
Fields for TemporaryWords, This table is used as a temporary table, containing the words we want to search for in the FAQs
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class TemporaryWordsFields : Object
Fields
MagicNumber
TemporaryWords.MagicNumber: A magic number, securing unique rows
Declaration
public const string MagicNumber = "magic_number"
Field Value
Type | Description |
---|---|
String |
TemporaryWordsId
TemporaryWords.TemporaryWordsId: Primary key
Declaration
public const string TemporaryWordsId = "id"
Field Value
Type | Description |
---|---|
String |
Word
TemporaryWords.Word: The temporary word
Declaration
public const string Word = "word"
Field Value
Type | Description |
---|---|
String |
WordLength
TemporaryWords.WordLength: The length of the word
Declaration
public const string WordLength = "word_length"
Field Value
Type | Description |
---|---|
String |