IDbStore..::..BulkInsert<(Of <(<'T>)>)> Method
Namespace:
SimpleEssentials.DataStore
Assembly:
SimpleEssentials (in SimpleEssentials.dll)
Syntax
void BulkInsert<T>( IEnumerable<T> obj, string tableName )
Sub BulkInsert(Of T) ( _ obj As IEnumerable(Of T), _ tableName As String _ )
generic<typename T> void BulkInsert( IEnumerable<T>^ obj, String^ tableName )
Type Parameters
- T