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