Click or drag to resize

DbSqlImageAccessor Constructor

Constructors for DbSqlImageAccessor
Overload List
  NameDescription
Protected methodDbSqlImageAccessor(SerializationInfo, StreamingContext)
From ISerializable. All properties are encrypted if encryptSerializedState was set to true in the constructor. They are encrypted using the encryptor
Public methodDbSqlImageAccessor(GetConnectionCallback, Boolean, String, String, String)
Creates an object that can be used with DbImageSource to access images stored in a database. The image streams are access by combining clauses of SQL Statements provided.
Public methodDbSqlImageAccessor(GetConnectionCallback, Boolean, String, String, String, String)
Creates an object that can be used with DbImageSource to access images stored in a database. The image streams are access by combining clauses of SQL Statements provided.
Public methodDbSqlImageAccessor(GetConnectionCallback, Boolean, String, String, String, String, String)
Creates an object that can be used with DbImageSource to access images stored in a database. The image streams are access by combining clauses of SQL Statements provided.
Public methodDbSqlImageAccessor(GetConnectionCallback, Boolean, String, String, String, String, String, String)
Creates an object that can be used with DbImageSource to access images stored in a database. The image streams are access by combining clauses of SQL Statements provided.
Public methodDbSqlImageAccessor(GetConnectionCallback, Boolean, String, String, String, String, String, String, IDictionary)
Creates an object that can be used with DbImageSource to access images stored in a database. The image streams are access by combining clauses of SQL Statements provided.
Top
See Also