OracleBlob Constructors
OracleBlob
constructors are listed in Table 13-10.
Overload List:
-
This constructor creates an instance of the
OracleBlob
class bound to a temporaryBLOB
with anOracleConnection
object. -
OracleBlob(OracleConnection, bool)
This constructor creates an instance of the
OracleBlob
class bound to a temporaryBLOB
with anOracleConnection
object and a boolean value for caching.