Class DBC.SequenceFields
Fields for Sequence, next_id to be used for each table
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SequenceFields
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 |