IAttachment

Allows the implementation of wrappers for store files into database fields.

Namespace:
Inetdev.Data
Type:
Interface
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
Yes

Properties

BinaryData

The binary data to be stored into the database field.

Signature:
public Byte[] BinaryData { get; }

ContentLength

Content length of the attached file.

Signature:
public Int64 ContentLength { get; }

ContentType

Content type of the file contained into this object.

Signature:
public String ContentType { get; set; }

FileContent

File contents.

Signature:
public Byte[] FileContent { get; set; }

FileName

File name.

Signature:
public String FileName { get; set; }