| OracleStoredProcedureConnection Property |
The connection to the database.
Namespace:
Galactic.Sql.Oracle
Assembly:
Galactic.Sql.Oracle (in Galactic.Sql.Oracle.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public override sealed IDbConnection Connection { get; set; }
Public Overrides NotOverridable Property Connection As IDbConnection
Get
Set
public:
virtual property IDbConnection^ Connection {
IDbConnection^ get () override sealed;
void set (IDbConnection^ value) override sealed;
}
abstract Connection : IDbConnection with get, set
override Connection : IDbConnection with get, set
Property Value
Type:
IDbConnectionImplements
IStoredProcedureConnectionSee Also