Show / Hide Table of Contents

Class DBC.ExtraTablesEntryFields

Fields for ExtraTablesEntry, Hits/entries in result set of executed search in ejournal extra tables

Inheritance
Object
DBC.ExtraTablesEntryFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class 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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top