Click or drag to resize

DbCommandImageAccessor Properties

The DbCommandImageAccessor type exposes the following members.

Properties
  NameDescription
Public propertyDecryptor
A delegate that can decrypt a string.
Public propertyEncryptor
A delegate that can encrypt a string.
Public propertyEncryptSerializedState
Whether or not the serialized state is encrypted. Please see documentation of sub-classes to see which members are encrypted.
Public propertyExtraParameters
A copy of the extra parameters dictionary. This class does not support changing the parameters after the object has been constructed.
Protected propertyGetConnection
A delegate that can return a connection to the database.
Protected propertyImageFieldName
The name of the image field in the dataset returned by
CreateGetImageRowCommand
. If this method returns null, it is assumed to be in the first column.
Top
See Also