Class | Description | |
---|---|---|
BinaryData | Base class for the RawBinaryData, FileBinaryData, UrlBinaryData and DbBinaryData classes. | |
DbBinaryData | Loads and saves files to and from a database. | |
DbBinaryDataParameterDictionary | Defines a collection of objects, used to hold a collection of DbParameter objects. | |
FileBinaryData | Loads a file from or saves a file to a disk. | |
RawBinaryData | This class is responsible for loading and saving raw data to and from a buffer. | |
UrlBinaryData | Loads and saves files to and from Files, as well as HTTP, HTTPS and FTP servers. |
Structure | Description | |
---|---|---|
LeadPoint | Represents an ordered pair of integers (x- and y- coordinates) that defines a point on a two-dimensional plane. | |
LeadRect | Stores a set of four integer points that represents the location and size of a rectangle. | |
LeadSize | Stores an ordered pair of integer points, typically the width and height of a rectangle. |
Enumeration | Description | |
---|---|---|
DbBinaryDataCommandType | Specifies the type of command string. | |
DbBinaryDataFieldType | Specifies the field type. | |
DbBinaryDataProvider | Specifies the type of connection to a database. |