dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleCommand Class / Transaction Property

In This Topic
Transaction Property
In This Topic
Gets the OracleTransaction in which the OracleCommand executes.
Syntax
'Declaration
 
Public Shadows Property Transaction As OracleTransaction
 

Property Value

An OracleTransaction. The default value is a null reference.
See Also