Class DBC.KbEntryKeywordFields
Fields for KbEntryKeyword, This table contains all keywords for the faq entries
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class KbEntryKeywordFields : Object
Fields
KbEntryId
KbEntryKeyword.KbEntryId: The id of the kb_entry which this keyword belongs to.
Declaration
public const string KbEntryId = "kb_entry_id"
Field Value
Type | Description |
---|---|
String |
KbEntryKeywordId
KbEntryKeyword.KbEntryKeywordId: The primary key (auto-incremented)
Declaration
public const string KbEntryKeywordId = "id"
Field Value
Type | Description |
---|---|
String |
Keyword
KbEntryKeyword.Keyword: A keyword for the given entry.
Declaration
public const string Keyword = "keyword"
Field Value
Type | Description |
---|---|
String |