Class DBC.ExtraTablesEntryFields
Fields for ExtraTablesEntry, Hits/entries in result set of executed search in ejournal extra tables
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.ExtraTablesEntryFields
Fields
EntryId
ExtraTablesEntry.EntryId: The id of the entry in the extra table.
Declaration
public const string EntryId = "entry_id"
Field Value
Type | Description |
---|---|
string |
ExtraTablesEntryId
ExtraTablesEntry.ExtraTablesEntryId: The primary key (auto-incremented)
Declaration
public const string ExtraTablesEntryId = "id"
Field Value
Type | Description |
---|---|
string |
ExtraTablesResult
ExtraTablesEntry.ExtraTablesResult: The id of the result.
Declaration
public const string ExtraTablesResult = "extra_tables_result"
Field Value
Type | Description |
---|---|
string |
NextId
ExtraTablesEntry.NextId: The id of the entry in the extra table.
Declaration
public const string NextId = "next_id"
Field Value
Type | Description |
---|---|
string |
OrderPos
ExtraTablesEntry.OrderPos: Used to order elements when listed.
Declaration
public const string OrderPos = "order_pos"
Field Value
Type | Description |
---|---|
string |
PageNum
ExtraTablesEntry.PageNum: The pagenum of this result entry in the table.
Declaration
public const string PageNum = "page_num"
Field Value
Type | Description |
---|---|
string |
PrevId
ExtraTablesEntry.PrevId: The id of the entry in the extra table.
Declaration
public const string PrevId = "prev_id"
Field Value
Type | Description |
---|---|
string |