C# Class BoxInformation.DataAccess.SqlDataAccess

Inheritance: IDataAccess
Afficher le fichier Open project: NathanGloyn/Is-your-code-SOLID

Méthodes publiques

Méthode Description
CreateParameter ( string name, object value ) : IDbDataParameter
ExecuteNonQuery ( string commandText, CommandType commandType ) : int
FillDataSet ( string storedProcedure, CommandType commandType ) : DataSet
SqlDataAccess ( string connectionString ) : System.Data

Private Methods

Méthode Description
ExecuteDataAdapterFill ( string commandText, CommandType commandType ) : DataSet

Method Details

CreateParameter() public méthode

public CreateParameter ( string name, object value ) : IDbDataParameter
name string
value object
Résultat IDbDataParameter

ExecuteNonQuery() public méthode

public ExecuteNonQuery ( string commandText, CommandType commandType ) : int
commandText string
commandType CommandType
Résultat int

FillDataSet() public méthode

public FillDataSet ( string storedProcedure, CommandType commandType ) : DataSet
storedProcedure string
commandType CommandType
Résultat System.Data.DataSet

SqlDataAccess() public méthode

public SqlDataAccess ( string connectionString ) : System.Data
connectionString string
Résultat System.Data