Class DBC.TicketCustomersFields
Fields for TicketCustomers, This table allows several customers to be connected to several tickets (many-to-many)
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class TicketCustomersFields : Object
Fields
CustomerId
TicketCustomers.CustomerId: Reference to a customer
Declaration
public const string CustomerId = "customer_id"
Field Value
Type | Description |
---|---|
String |
TicketCustomersId
TicketCustomers.TicketCustomersId: The primary key (auto-incremented)
Declaration
public const string TicketCustomersId = "id"
Field Value
Type | Description |
---|---|
String |
TicketId
TicketCustomers.TicketId: Reference to a ticket
Declaration
public const string TicketId = "ticket_id"
Field Value
Type | Description |
---|---|
String |