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

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

Property Value

The connection to a data source. The default value is a null reference.
Remarks
You must set Connection property before the script execution.

This property supports the InterForm technology.

See Also