IDbProvider..::..InsertList<(Of <(<'T>)>)> Method (IEnumerable<(Of <(<'T>)>)>, CacheSettings)
Insert a list of objects into a table.
Namespace:
SimpleEssentials.DataProvider
Assembly:
SimpleEssentials (in SimpleEssentials.dll)
Syntax
int InsertList<T>( IEnumerable<T> data, CacheSettings cacheSettings )
Function InsertList(Of T) ( _ data As IEnumerable(Of T), _ cacheSettings As CacheSettings _ ) As Integer
generic<typename T> int^ InsertList( IEnumerable<T>^ data, CacheSettings^ cacheSettings )
Type Parameters
- T
Parameters
- data
- Type: IEnumerable<(Of <(<'T>)>)>
The data.
- cacheSettings
- Type: SimpleEssentials.Cache..::..CacheSettings
The cache settings.