Class DBC.ExtraTablesResultFields
Fields for ExtraTablesResult, Result set of executed search in ejournal extra tables
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class 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 |