| IStoredProcedureConnection Property |
The connection to the database.
Namespace:
Galactic.Sql
Assembly:
Galactic.Sql (in Galactic.Sql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax IDbConnection Connection { get; set; }
Property Connection As IDbConnection
Get
Set
property IDbConnection^ Connection {
IDbConnection^ get ();
void set (IDbConnection^ value);
}
abstract Connection : IDbConnection with get, set
Property Value
Type:
IDbConnectionSee Also