dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLoader Class / Connection Property

In This Topic
Connection Property (OracleLoader)
In This Topic
Gets or sets the OracleConnection used by this instance of the OracleLoader.
Syntax
'Declaration
 
Public Shadows Property Connection As OracleConnection
 

Property Value

The connection to a data source. The default value is a null reference.
Remarks
OracleLoader instance uses OracleConnection during loading and for populating columns collection when the Devart.Data.SqlShimLoader.CreateColumns method is called. For these operations OracleLoader requires open connection.

This property supports the InterForm technology.

See Also