LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlBulkCopyResult class

Represents the result of a MySqlBulkCopy operation.

public sealed class MySqlBulkCopyResult

Public Members

namedescription
RowsInserted { get; }The number of rows that were inserted during the bulk copy operation.
Warnings { get; }The warnings, if any. Users of MySqlBulkCopy should check that this collection is empty to avoid potential data loss from failed data type conversions.

See Also