Method | Description | |
---|---|---|
ExecuteNonQuery ( string storedProcedure ) : int | ||
FillDataSet ( string storedProcedure, CommandType commandType ) : |
||
SqlDataAccess ( string connectionString ) : System.Data |
Method | Description | |
---|---|---|
ExecuteDataAdapterFill ( string commandText, CommandType commandType ) : |
public ExecuteNonQuery ( string storedProcedure ) : int | ||
storedProcedure | string | |
return | int |
public FillDataSet ( string storedProcedure, CommandType commandType ) : |
||
storedProcedure | string | |
commandType | CommandType | |
return |
public SqlDataAccess ( string connectionString ) : System.Data | ||
connectionString | string | |
return | System.Data |