Atalasoft.Imaging.ImageSources.Data Namespace |
Class | Description | |
---|---|---|
DbCommandImageAccessor |
A class that can get images by using IDbCommands. You can either sub-class this class
and implement the abstract methods to provide the various commands, or
DbSqlImageAccessor, which builds up commands from SQL,
or DbStoredProcImageAccessor, which builds up commands from Stored Procedures.
| |
DbSqlImageAccessor | This class can access images for DbImageSource from clauses of SQL statements that are provided.
| |
DbStoredProcImageAccessor | This class can be used with IDbImageSource to get images from a database through Stored Procedures. The
Stored Procedures to call can be specified in the constructor and the only requirement is that they meet certain
specifications as described in the constructor parameter documentation. |
Delegate | Description | |
---|---|---|
DbCommandImageAccessorFieldGetter | ||
DecryptHandler | A delegate to decrypt data back into a string (for use with serialization) | |
EncryptHandler | A delegate to encrypt a string (for use with serialization) | |
GetConnectionCallback | A delegate that can return connections to a Database |