LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlBulkCopyResult.Warnings property

The warnings, if any. Users of MySqlBulkCopy should check that this collection is empty to avoid potential data loss from failed data type conversions.

public IReadOnlyList<MySqlError> Warnings { get; }

See Also