Class DBC.SAttachmentFields
Fields for SAttachment, A connector between a message and attachments. One message can contain many attachments.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SAttachmentFields : Object
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 |