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 TablesInfo.GetKbSolutionFinderEntryInfo().
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 |
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 TablesInfo.GetKbSolutionFinderEntryInfo().
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
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 TablesInfo.GetKbSolutionFinderEntryInfo().
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 |
---|---|
int |
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 TablesInfo.GetKbSolutionFinderEntryInfo().
KbEntry
Field 'kb_entry' in table 'kb_solution_finder_entry': Dictionary type FK, target: KbEntry, .NET type: int
Declaration
public Int32FieldInfo KbEntry { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
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 TablesInfo.GetKbSolutionFinderEntryInfo().
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> |
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 TablesInfo.GetKbSolutionFinderEntryInfo().
KbSolutionFinderEntryId
Field 'id' in table 'kb_solution_finder_entry': Dictionary type PK, .NET type: int
The primary key (auto-incremented)Declaration
public Int32FieldInfo KbSolutionFinderEntryId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
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 TablesInfo.GetKbSolutionFinderEntryInfo().
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 |
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 TablesInfo.GetKbSolutionFinderEntryInfo().
SolutionFinder
Field 'solution_finder' in table 'kb_solution_finder_entry': Dictionary type FK, target: KbSolutionFinder, .NET type: int
Declaration
public Int32FieldInfo SolutionFinder { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
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 TablesInfo.GetKbSolutionFinderEntryInfo().
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> |
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 TablesInfo.GetKbSolutionFinderEntryInfo().