C# Class BoxInformation.SqlDataAccess

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

Méthodes publiques

Méthode Description
ExecuteNonQuery ( string storedProcedure ) : 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

ExecuteNonQuery() public méthode

public ExecuteNonQuery ( string storedProcedure ) : int
storedProcedure string
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