Show / Hide Table of Contents

Class DBC.SequenceFields

Fields for Sequence, next_id to be used for each table

Inheritance
Object
DBC.SequenceFields
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SequenceFields : Object

Fields

Id

Sequence.Id: Sequence-id of host table

Declaration
public const string Id = "id"
Field Value
Type Description
String

NextId

Sequence.NextId: Next id to be used for table

Declaration
public const string NextId = "next_id"
Field Value
Type Description
String

TableName

Sequence.TableName: The name of the table this row concerns

Declaration
public const string TableName = "TableName"
Field Value
Type Description
String

TableNumber

Sequence.TableNumber: The table number for this table, constant over the table's lifetime (but possibly different from one database to another

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