SqlCommandBuilder Constructors

Definition

Overloads

SqlCommandBuilder()

Initializes a new instance of the SqlCommandBuilder class.

SqlCommandBuilder(SqlDataAdapter)

Initializes a new instance of the SqlCommandBuilder class with the associated SqlDataAdapter object.

SqlCommandBuilder()

Initializes a new instance of the SqlCommandBuilder class.

C#
public SqlCommandBuilder ();

Applies to

SqlClient .NET Core 5.2 a ďalšie verzie
Produkt Verzie
SqlClient .NET Core 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2
SqlClient .NET Framework 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2
SqlClient .NET Standard 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2

SqlCommandBuilder(SqlDataAdapter)

Initializes a new instance of the SqlCommandBuilder class with the associated SqlDataAdapter object.

C#
public SqlCommandBuilder (Microsoft.Data.SqlClient.SqlDataAdapter adapter);

Parameters

adapter
SqlDataAdapter

The name of the SqlDataAdapter .

Remarks

The SqlCommandBuilder registers itself as a listener for RowUpdating events that are generated by the SqlDataAdapter specified in this property.

When you create a new instance of SqlCommandBuilder, any existing SqlCommandBuilder associated with this SqlDataAdapter is released.

Applies to

SqlClient .NET Core 5.2 a ďalšie verzie
Produkt Verzie
SqlClient .NET Core 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2
SqlClient .NET Framework 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2
SqlClient .NET Standard 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2