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

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

Property Value

The connection to a database. The default value is a null reference.
See Also