MsIfmxBulkCopy Class

Definition

public ref class MsIfmxBulkCopy sealed : IDisposable
public sealed class MsIfmxBulkCopy : IDisposable
type MsIfmxBulkCopy = class
    interface IDisposable
Public NotInheritable Class MsIfmxBulkCopy
Implements IDisposable
Inheritance
MsIfmxBulkCopy
Implements

Constructors

MsIfmxBulkCopy(MsIfmxConnection)
MsIfmxBulkCopy(MsIfmxConnection, MsIfmxTransaction)
MsIfmxBulkCopy(String)

Properties

BatchSize
BulkCopyTimeout
ColumnMappings
DestinationTableName
NotifyAfter
RowsCopied

Methods

Close()
CloseAsync(CancellationToken)
Dispose()
WriteToServer(DataRow[])
WriteToServer(DataTable)
WriteToServer(DataTable, DataRowState)
WriteToServer(IDataReader)
WriteToServerAsync(DataRow[])
WriteToServerAsync(DataRow[], CancellationToken)
WriteToServerAsync(DataTable)
WriteToServerAsync(DataTable, CancellationToken)
WriteToServerAsync(DataTable, DataRowState)
WriteToServerAsync(DataTable, DataRowState, CancellationToken)
WriteToServerAsync(IDataReader)
WriteToServerAsync(IDataReader, CancellationToken)

Events

MsIfmxRowsCopied

Applies to