<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.0-preview4.26064.3" />

Microsoft.Data.SqlClient.SqlRowsCopiedEventArgs

Represents the set of arguments passed to the SqlRowsCopiedEventHandler .
public bool Abort { get; set; }

Gets or sets a value that indicates whether the bulk copy operation should be aborted.

public long RowsCopied { get; }

Gets a value that returns the number of rows copied during the current bulk copy operation.

public SqlRowsCopiedEventArgs(long rowsCopied)

Creates a new instance of the SqlRowsCopiedEventArgs object.