Class ExtraTablesEntryRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the extra_tables_entry table.
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class ExtraTablesEntryRecordData
Remarks
Please use this class instead of a full ExtraTablesEntryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding ExtraTablesEntryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
ExtraTablesEntryRecordData()
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the extra_tables_entry table.
Declaration
public ExtraTablesEntryRecordData()
Remarks
Please use this class instead of a full ExtraTablesEntryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding ExtraTablesEntryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Fields
EntryId
The id of the entry in the extra table.
Declaration
public int EntryId
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full ExtraTablesEntryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding ExtraTablesEntryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
ExtraTablesEntryId
The primary key (auto-incremented)
Declaration
public int ExtraTablesEntryId
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full ExtraTablesEntryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding ExtraTablesEntryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
ExtraTablesResult
The id of the result.
Declaration
public int ExtraTablesResult
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full ExtraTablesEntryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding ExtraTablesEntryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
NextId
The id of the entry in the extra table.
Declaration
public int NextId
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full ExtraTablesEntryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding ExtraTablesEntryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
OrderPos
Used to order elements when listed.
Declaration
public int OrderPos
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full ExtraTablesEntryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding ExtraTablesEntryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
PageNum
The pagenum of this result entry in the table.
Declaration
public int PageNum
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full ExtraTablesEntryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding ExtraTablesEntryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
PrevId
The id of the entry in the extra table.
Declaration
public int PrevId
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full ExtraTablesEntryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding ExtraTablesEntryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.