Class DBC.SAttachmentFields
Fields for SAttachment, A connector between a message and attachments. One message can contain many attachments.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.SAttachmentFields
Fields
AttachmentId
SAttachment.AttachmentId: The id of the attachment
Declaration
public const string AttachmentId = "attachment_id"
Field Value
| Type | Description |
|---|---|
| string |
MessageId
SAttachment.MessageId: The id of the message
Declaration
public const string MessageId = "message_id"
Field Value
| Type | Description |
|---|---|
| string |
SAttachmentId
SAttachment.SAttachmentId: Primary key
Declaration
public const string SAttachmentId = "id"
Field Value
| Type | Description |
|---|---|
| string |