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

ISupportsInsertBulk Methods

The ISupportsInsertBulk type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
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.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)