SqlCommandBuilder
Automatically generates single-table commands that are used to reconcile changes made to a DataSet with the associated SQL Server database. This class cannot be inherited.
Gets or sets a SqlDataAdapter object for which Transact-SQL statements are automatically generated.
public SqlCommandBuilder()
Initializes a new instance of the SqlCommandBuilder class.
Initializes a new instance of the SqlCommandBuilder class with the associated SqlDataAdapter object.
Retrieves parameter information from the stored procedure specified in the SqlCommand and populates the Parameters collection of the specified SqlCommand object.
Gets the automatically generated SqlCommand object required to perform deletions on the database.
Gets the automatically generated SqlCommand object that is required to perform deletions on the database.
Gets the automatically generated SqlCommand object required to perform insertions on the database.
Gets the automatically generated SqlCommand object that is required to perform insertions on the database.
Gets the automatically generated SqlCommand object required to perform updates on the database.
Gets the automatically generated SqlCommand object required to perform updates on the database.