DbImageSourceDbAccessor Property |
The accessor used to get to the database. This class supports changing the accessor, but if you change
anything about the connected accessor, you are responsible for calling Reset() on the image source.
Namespace:
Atalasoft.Imaging.ImageSources
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public IDbImageAccessor DbAccessor { get; set; }
Public Property DbAccessor As IDbImageAccessor
Get
Set
Property Value
Type:
IDbImageAccessor The accessor used by this class to get images from the database.
See Also