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