BulkInsert(T) Method

SimpleEssentials

DbDataProvider..::..BulkInsert<(Of <(<'T>)>)> Method

TODO. Currently Not working

Namespace:  SimpleEssentials.DataProvider
Assembly:  SimpleEssentials (in SimpleEssentials.dll)

Syntax


public void BulkInsert<T>(
	IEnumerable<T> data,
	string tableName,
	CacheSettings cacheSettings
)
Public Sub BulkInsert(Of T) ( _
	data As IEnumerable(Of T), _
	tableName As String, _
	cacheSettings As CacheSettings _
)
public:
generic<typename T>
void BulkInsert(
	IEnumerable<T>^ data, 
	String^ tableName, 
	CacheSettings^ cacheSettings
)

Type Parameters

T

Parameters

data
Type: IEnumerable<(Of <(<'T>)>)>
The data.
tableName
Type: String
Name of the table.
cacheSettings
Type: SimpleEssentials.Cache..::..CacheSettings
The cache settings.