Class KbSolutionFinderEntryTableInfo
Table 'kb_solution_finder_entry': Knowledge base problem solving wizard, items in a category linking to a knowledge base entry
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("kb_solution_finder_entry")]
public class KbSolutionFinderEntryTableInfo : TableInfo, ICloneable
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
Fields
DictionaryTableName
Conceptual name of table KbSolutionFinderEntry in the database dictionary: kb_solution_finder_entry
Declaration
public const string DictionaryTableName = "kb_solution_finder_entry"
Field Value
Type | Description |
---|---|
String |
Properties
Definition
Definition of the table as described in the deployed runtime dictionary
Declaration
public override SoTable Definition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Overrides
DictionaryTableNumber
Table number for table KbSolutionFinderEntry in the database dictionary; potentially changes between databases, but always the same over the lifetime of any single database
Declaration
public int DictionaryTableNumber { get; }
Property Value
Type | Description |
---|---|
Int32 |
KbEntry
Field 'kb_entry' in table 'kb_solution_finder_entry': Dictionary type FK, .NET type: Int32
Declaration
public Int32FieldInfo KbEntry { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
KbEntry_InnerJoin_KbEntry
Generated join from the foreign key KbEntry in this table, to its target table KbEntryTableInfo.
Declaration
public TargetedInnerJoin<KbEntryTableInfo> KbEntry_InnerJoin_KbEntry { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<KbEntryTableInfo> |
KbSolutionFinderEntryId
Field 'id' in table 'kb_solution_finder_entry': Dictionary type PK, .NET type: Int32
The primary key (auto-incremented)
Declaration
public Int32FieldInfo KbSolutionFinderEntryId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
RuntimeDefinition
Definition of the table as described in the deployed runtime dictionary
Declaration
[Obsolete("Use instance property Definition or static member DictionaryTableNumber", true)]
public static SoTable RuntimeDefinition { get; }
Property Value
Type | Description |
---|---|
SoTable |
SolutionFinder
Field 'solution_finder' in table 'kb_solution_finder_entry': Dictionary type FK, .NET type: Int32
Declaration
public Int32FieldInfo SolutionFinder { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
SolutionFinder_InnerJoin_KbSolutionFinder
Generated join from the foreign key SolutionFinder in this table, to its target table KbSolutionFinderTableInfo.
Declaration
public TargetedInnerJoin<KbSolutionFinderTableInfo> SolutionFinder_InnerJoin_KbSolutionFinder { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<KbSolutionFinderTableInfo> |