| MSStoredProcedureConnection Property |
The connection to the database.
Namespace:
Galactic.Sql.MSSql
Assembly:
Galactic.Sql.MSSql (in Galactic.Sql.MSSql.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