Dibaca dalam bahasa Inggeris

Kongsi melalui


SqlRowsCopiedEventHandler Delegate

Definition

Represents the method that handles the SqlRowsCopied event of a SqlBulkCopy.

C#
public delegate void SqlRowsCopiedEventHandler(object sender, SqlRowsCopiedEventArgs e);

Parameters

sender
Object

The source of the event.

e
SqlRowsCopiedEventArgs

A SqlRowsCopiedEventArgs object that contains the event data.

Applies to

Produk Versi
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