LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlBulkCopy.DestinationTableName property

The name of the table to insert rows into.

public string? DestinationTableName { get; set; }

Remarks

This name needs to be quoted if it contains special characters.

See Also