ISqlBulkCopyParameters public interface ISqlBulkCopyParameters Documentation int? BatchSize { get; set; } IList<SqlBulkCopyColumnMapping> ColumnMappings { get; } a string DestinationTableName { get; set; } bool? EnableStreaming { get; set; } SqlBulkCopyOptions? Options { get; set; } int? Timeout { get; set; }