Méthode | Description | |
---|---|---|
CreateParameter ( string name, object value ) : IDbDataParameter | ||
ExecuteNonQuery ( string commandText, CommandType commandType ) : int | ||
FillDataSet ( string storedProcedure, CommandType commandType ) : |
||
SqlDataAccess ( string connectionString ) : System.Data |
Méthode | Description | |
---|---|---|
ExecuteDataAdapterFill ( string commandText, CommandType commandType ) : |
public CreateParameter ( string name, object value ) : IDbDataParameter | ||
name | string | |
value | object | |
Résultat | IDbDataParameter |
public ExecuteNonQuery ( string commandText, CommandType commandType ) : int | ||
commandText | string | |
commandType | CommandType | |
Résultat | int |
public FillDataSet ( string storedProcedure, CommandType commandType ) : |
||
storedProcedure | string | |
commandType | CommandType | |
Résultat |
public SqlDataAccess ( string connectionString ) : System.Data | ||
connectionString | string | |
Résultat | System.Data |