SqlServerDataSourceBase..::..InsertBulk<(Of <(<'TObject>)>)> Method (DataTable, SqlBulkCopyOptions)
Inserts the batch of records using bulk insert.
Namespace:
Tortuga.Chain.SqlServerAssembly: Tortuga.Chain.SqlServer.MDS (in Tortuga.Chain.SqlServer.MDS.dll)
Syntax
[SuppressMessageAttribute] [EditorBrowsableAttribute] public SqlServerInsertBulk InsertBulk<TObject>( DataTable dataTable, SqlBulkCopyOptions options )
<SuppressMessageAttribute> _ <EditorBrowsableAttribute> _ Public Function InsertBulk(Of TObject) ( _ dataTable As DataTable, _ options As SqlBulkCopyOptions _ ) As SqlServerInsertBulk
[SuppressMessageAttribute] [EditorBrowsableAttribute] public: generic<typename TObject> SqlServerInsertBulk^ InsertBulk( DataTable^ dataTable, SqlBulkCopyOptions^ options )
Type Parameters
- TObject
- The type of the object.
Parameters
- dataTable
- Type: DataTable
The data table.
- options
- Type: SqlBulkCopyOptions
The options.