CopyTo
CopyTo copies data from the current instance to the provided object. 
                  
Overload List:
- 
                        
                        This instance method copies data from the current instance to the provided OracleBlobobject.
- 
                        
                        This instance method copies data from the current OracleBFileinstance to the providedOracleBlobobject with the specified destination offset.
- 
                        CopyTo(Int64, OracleBlob, Int64, Int64) This instance method copies data from the current OracleBFileinstance to the providedOracleBlobobject with the specified source offset, destination offset, and character amounts.
- 
                        
                        This instance method copies data from the current OracleBFileinstance to the providedOracleClobobject.
- 
                        
                        This instance method copies data from the current OracleBFileinstance to the providedOracleClobobject with the specified destination offset.
- 
                        CopyTo(Int64, OracleClob, Int64, Int64) This instance method copies data from the current OracleBFileinstance to the providedOracleClobobject with the specified source offset, destination offset, and amount of characters.