Class UmbracoBuilderExtensions
SQLite support extensions for IUmbracoBuilder.
Inheritance
System.Object
Namespace: Umbraco.Cms.Persistence.Sqlite
Assembly: Umbraco.Cms.Persistence.Sqlite.dll
Syntax
public static class UmbracoBuilderExtensions
Methods
View SourceAddUmbracoSqliteSupport(IUmbracoBuilder)
Add required services for SQLite support.
Declaration
public static IUmbracoBuilder AddUmbracoSqliteSupport(this IUmbracoBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
IUmbracoBuilder | builder |
Returns
Type | Description |
---|---|
IUmbracoBuilder |