SqlBulkCopyParameters public class SqlBulkCopyParameters : ISqlBulkCopyParameters A convenience implementation for ISqlBulkCopyParameters Documentation public int? BatchSize { get; set; } see BatchSize public IList<SqlBulkCopyColumnMapping> ColumnMappings { get; } see ColumnMappings public string DestinationTableName { get; set; } see DestinationTableName public bool? EnableStreaming { get; set; } see EnableStreaming public SqlBulkCopyOptions? Options { get; set; } see Options public int? Timeout { get; set; } see Timeout public SqlBulkCopyParameters()