Méthode | Description | |
---|---|---|
addParameter ( |
||
changeConnectionparameter ( string _parameter, string _parameterValue ) : void | ||
makeCommand ( string _commandText ) : SqlCommand | ||
runQuery ( SqlCommand _command, string queryType ) : ISQLReader | ||
setConnection ( string _server, string _database, string _username, string _password, string _timeout ) : bool |
Méthode | Description | |
---|---|---|
SQLHandler ( ) : System |
Singleton Constructor
|
public addParameter ( |
||
_command | ||
_parameterName | string | |
_parameterValue | object | |
_parameterType | SqlDbType | |
Résultat | void |
public changeConnectionparameter ( string _parameter, string _parameterValue ) : void | ||
_parameter | string | |
_parameterValue | string | |
Résultat | void |
public makeCommand ( string _commandText ) : SqlCommand | ||
_commandText | string | |
Résultat | SqlCommand |
public runQuery ( SqlCommand _command, string queryType ) : ISQLReader | ||
_command | SqlCommand | |
queryType | string | |
Résultat | ISQLReader |
public setConnection ( string _server, string _database, string _username, string _password, string _timeout ) : bool | ||
_server | string | |
_database | string | |
_username | string | |
_password | string | |
_timeout | string | |
Résultat | bool |