Public static method
CreateCommand creates a sqlcommand command, specifying a database connection object, a stored procedure name, and parameter. The executetAset has been overloaded. Execute the command to specify the database connection string, return to DataSet. ExecuteTasetTypedParams has been overloaded. Perform the stored procedure for the specified connection database connection string, use the DATAROW as a parameter value, return DataSet. ExecuteNonQuery has been overloaded. Perform a specified connection string, type SQLCommand. ExecuteNonQueryTypedParams has been overloaded. Perform the stored procedure for the specified connection database connection string, use the DATAROW as a parameter value, return the number of rows affected. ExecuteReader has been overloaded. Perform a data reader for specified database connection strings. ExecuteReadertypedParams has been overloaded. Execute the stored procedure for the specified connection database connection string, use the DATAROW as a parameter value, return DataReader. ExecuteScalar has been overloaded. Execute the command to specify the database connection string, return the first line of the first line in the result set. ExecuteScalArtypedParams has been overloaded. Perform the stored procedure specified to connect to the database connection string, use the DATAROW as a parameter value, return the first line of the first line of the result set. ExecutexmlReader has been overloaded. Execute the SQLCommand command for the specified database connection object and generate an XMLReader object to return to the result set. ExecutexmlReadertypedParams has been overloaded. Perform the stored procedure for the Connection Database Connection Object, use DataRow as a parameter value, return the result set of the XMLReader type. FillDataSet is overloaded. Execute the command to specify the database connection string, map the data table and populate the data set. UpdatedataSet execute the dataset to the database, specify the insert, updated, or deleted command.