Interface IBulkSqlInsertProvider
Namespace: Umbraco.Cms.Infrastructure.Persistence
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IBulkSqlInsertProvider
Properties
View SourceProviderName
Declaration
string ProviderName { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
View SourceBulkInsertRecords<T>(IUmbracoDatabase, IEnumerable<T>)
Declaration
int BulkInsertRecords<T>(IUmbracoDatabase database, IEnumerable<T> records)
Parameters
Type | Name | Description |
---|---|---|
IUmbraco |
database | |
IEnumerable<T> | records |
Returns
Type | Description |
---|---|
System. |
Type Parameters
Name | Description |
---|---|
T |