Tortuga.Chain Namespace
Tortuga.Chain.Metadata Namespace

MySqlDataSourceBase..::..InsertBulk Method

Overload List


  Name Description
Public method InsertBulk(MySqlObjectName, DataTable)
Inserts the batch of records using bulk insert.
Public method InsertBulk(MySqlObjectName, IDataReader)
Inserts the batch of records using bulk insert.
Public method InsertBulk<(Of <<'(TObject>)>>)(MySqlObjectName, IEnumerable<(Of <<'(TObject>)>>))
Inserts the batch of records using bulk insert.
Public method InsertBulk<(Of <<'(TObject>)>>)(DataTable)
Inserts the batch of records using bulk insert.
Public method InsertBulk<(Of <<'(TObject>)>>)(IDataReader)
Inserts the batch of records using bulk insert.
Public method InsertBulk<(Of <<'(TObject>)>>)(IEnumerable<(Of <<'(TObject>)>>))
Inserts the batch of records using bulk insert.
Public method InsertBulk(String, DataTable)
Inserts the batch of records using bulk insert.
Public method InsertBulk(String, IDataReader)
Inserts the batch of records using bulk insert.
Public method InsertBulk<(Of <<'(TObject>)>>)(String, IEnumerable<(Of <<'(TObject>)>>))
Inserts the batch of records using bulk insert.