PostgreSqlDataSourceBase..::..InsertBulk<(Of <(<'TObject>)>)> Method (IEnumerable<(Of <(<'TObject>)>)>)
Inserts the batch of records using bulk insert.
Namespace:
Tortuga.Chain.PostgreSqlAssembly: Tortuga.Chain.PostgreSql (in Tortuga.Chain.PostgreSql.dll)
Syntax
public PostgreSqlInsertBulk InsertBulk<TObject>( IEnumerable<TObject> objects )
Public Function InsertBulk(Of TObject) ( _ objects As IEnumerable(Of TObject) _ ) As PostgreSqlInsertBulk
public: generic<typename TObject> PostgreSqlInsertBulk^ InsertBulk( IEnumerable<TObject>^ objects )
Type Parameters
- TObject
- The type of the object.
Parameters
- objects
- Type: IEnumerable<(Of <(<'TObject>)>)>
The objects.