Show / Hide Table of Contents

Class DBC.ExtraTablesResultFields

Fields for ExtraTablesResult, Result set of executed search in ejournal extra tables

Inheritance
object
DBC.ExtraTablesResultFields
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 DBC.ExtraTablesResultFields

Fields

ActivePage

ExtraTablesResult.ActivePage: The current active page.

Declaration
public const string ActivePage = "active_page"
Field Value
Type Description
string

ExtraTable

ExtraTablesResult.ExtraTable: The id of the extra table.

Declaration
public const string ExtraTable = "extra_table"
Field Value
Type Description
string

ExtraTablesResultId

ExtraTablesResult.ExtraTablesResultId: The primary key (auto-incremented)

Declaration
public const string ExtraTablesResultId = "id"
Field Value
Type Description
string

LoginId

ExtraTablesResult.LoginId: The id of the login session this result set belongs to.

Declaration
public const string LoginId = "login_id"
Field Value
Type Description
string

NumEntries

ExtraTablesResult.NumEntries: The number of results.

Declaration
public const string NumEntries = "num_entries"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top