View Source
Class SqlServerBulkSqlInsertProvider
A bulk sql insert provider for Sql Server
Inheritance
System.Object
Assembly: Umbraco.Cms.Persistence.SqlServer.dll
Syntax
public class SqlServerBulkSqlInsertProvider : IBulkSqlInsertProvider
Properties
View Source
ProviderName
Declaration
public string ProviderName { get; }
Property Value
Type |
Description |
System.String |
|
Methods
View Source
BulkInsertRecords<T>(IUmbracoDatabase, IEnumerable<T>)
Declaration
public int BulkInsertRecords<T>(IUmbracoDatabase database, IEnumerable<T> records)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Type Parameters