Class DBC.WordRelationsFields
Fields for WordRelations, This table shows which word are used in which FAQ entry, and how many times they are used in each
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class WordRelationsFields
Fields
EntryId
WordRelations.EntryId: A reference to the id of the entry
Declaration
public const string EntryId = "entry_id"
Field Value
Type | Description |
---|---|
String |
EntryWordId
WordRelations.EntryWordId: A reference to the id of the word
Declaration
public const string EntryWordId = "entry_word_id"
Field Value
Type | Description |
---|---|
String |
RelationOrigin
WordRelations.RelationOrigin: Indicates if it is an entry word (0) or a category word (1).
Declaration
public const string RelationOrigin = "origin"
Field Value
Type | Description |
---|---|
String |
Used
WordRelations.Used: Indicates how many times this word is used in the FAQ entry
Declaration
public const string Used = "used"
Field Value
Type | Description |
---|---|
String |
WordRelationsId
WordRelations.WordRelationsId: Primary key
Declaration
public const string WordRelationsId = "id"
Field Value
Type | Description |
---|---|
String |