Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

ISupportsInsertBulk..::..InsertBulk Method

Overload List


  Name Description
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.
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.