Property | Type | Description | |
---|---|---|---|
AddReference | void | ||
ClearReference | void | ||
ClearReferences | void | ||
GetProcedureColumns | |||
RemoveReference | void | ||
ValidateBeginTransaction | void |
Method | Description | |
---|---|---|
AbstractDBConnection ( string connectionString ) : System.Globalization | ||
ChangeDatabase ( String database ) : void | ||
Clone ( ) : object | ||
Close ( ) : void | ||
Open ( ) : void |
Method | Description | |
---|---|---|
CreateException ( |
||
CreateException ( string message ) : SystemException | ||
Dispose ( bool disposing ) : void | ||
GetConnectionProvider ( ) : IConnectionProvider | ||
GetConnectionProvider ( string sectionMame, string provider ) : IConnectionProvider | ||
OnSqlException ( |
||
OnSqlWarning ( |
Method | Description | |
---|---|---|
AddReference ( object referencedObject ) : void | ||
ClearReference ( object referencedObject ) : void | ||
ClearReferences ( ) : void | ||
GetProcedureColumns ( String procedureString, AbstractDbCommand command ) : |
||
RemoveReference ( object referencedObject ) : void | ||
ValidateBeginTransaction ( ) : void |
public AbstractDBConnection ( string connectionString ) : System.Globalization | ||
connectionString | string | |
return | System.Globalization |
public ChangeDatabase ( String database ) : void | ||
database | String | |
return | void |
protected abstract CreateException ( |
||
e | ||
return | SystemException |
protected abstract CreateException ( string message ) : SystemException | ||
message | string | |
return | SystemException |
protected abstract GetConnectionProvider ( ) : IConnectionProvider | ||
return | IConnectionProvider |
static protected GetConnectionProvider ( string sectionMame, string provider ) : IConnectionProvider | ||
sectionMame | string | |
provider | string | |
return | IConnectionProvider |
protected OnSqlException ( |
||
exp | ||
return | void |
protected abstract OnSqlWarning ( |
||
warning | ||
return | void |