Class SListCustomerRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_list_customer table.
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class SListCustomerRecordData
Remarks
Please use this class instead of a full SListCustomerRow 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 SListCustomerTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
SListCustomerRecordData()
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_list_customer table.
Declaration
public SListCustomerRecordData()
Remarks
Please use this class instead of a full SListCustomerRow 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 SListCustomerTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Fields
CustomerId
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the s_list_customer table.
Declaration
public int CustomerId
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full SListCustomerRow 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 SListCustomerTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
ListId
Which list this element belongs to
Declaration
public int ListId
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full SListCustomerRow 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 SListCustomerTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
SListCustomerId
Primary key
Declaration
public int SListCustomerId
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full SListCustomerRow 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 SListCustomerTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.