Method | Description | |
---|---|---|
CreateDbConnection ( string dsName ) : System.Data.IDbConnection | ||
CreateDbDataAdapter ( System dbCommand ) : System.Data.Common.DbDataAdapter | ||
CreateDbParameter ( string parameterName, object value ) : System.Data.IDbDataParameter | ||
CreateRealDbConnection ( ) : System.Data.IDbConnection | ||
DeriveParameters ( System spCommand ) : void | ||
ProcessDataSet ( System dataSet ) : void | ||
ProcessDataTable ( System dt ) : void | ||
ProcessInputCommand ( System command ) : void | ||
ProcessOutputCommand ( System command ) : void |
public CreateDbConnection ( string dsName ) : System.Data.IDbConnection | ||
dsName | string | |
return | System.Data.IDbConnection |
public CreateDbDataAdapter ( System dbCommand ) : System.Data.Common.DbDataAdapter | ||
dbCommand | System | |
return | System.Data.Common.DbDataAdapter |
public CreateDbParameter ( string parameterName, object value ) : System.Data.IDbDataParameter | ||
parameterName | string | |
value | object | |
return | System.Data.IDbDataParameter |
public CreateRealDbConnection ( ) : System.Data.IDbConnection | ||
return | System.Data.IDbConnection |
public DeriveParameters ( System spCommand ) : void | ||
spCommand | System | |
return | void |
public ProcessDataSet ( System dataSet ) : void | ||
dataSet | System | |
return | void |
public ProcessInputCommand ( System command ) : void | ||
command | System | |
return | void |
public ProcessOutputCommand ( System command ) : void | ||
command | System | |
return | void |