Interface IBulkSqlInsertProvider
Assembly: cs.temp.dll.dll
Syntax
public interface IBulkSqlInsertProvider
Properties
ProviderName
Declaration
string ProviderName { get; }
Property Value
Type |
Description |
System.String |
|
Methods
BulkInsertRecords<T>(IUmbracoDatabase, IEnumerable<T>)
Declaration
int BulkInsertRecords<T>(IUmbracoDatabase database, IEnumerable<T> records)
Parameters
Type |
Name |
Description |
IUmbracoDatabase |
database |
|
System.Collections.Generic.IEnumerable<T> |
records |
|
Returns
Type |
Description |
System.Int32 |
|
Type Parameters