Search Results for

    Show / Hide Table of Contents
    View Source

    Class SqliteBulkSqlInsertProvider

    Implements IBulkSqlInsertProvider for SQLite.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Persistence.Sqlite.Services
    Assembly: Umbraco.Cms.Persistence.Sqlite.dll
    Syntax
    public class SqliteBulkSqlInsertProvider : 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
    Type Name Description
    IUmbracoDatabase database
    IEnumerable<T> records
    Returns
    Type Description
    System.Int32
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ProviderName
    • Methods
      • BulkInsertRecords<T>(IUmbracoDatabase, IEnumerable<T>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX