Class Constants.DbProviderNames
Inheritance
System.Object
Namespace: Umbraco.Core
Assembly: Umbraco.Core.dll
Syntax
public static class DbProviderNames
Fields
View SourceSqlCe
Declaration
public const string SqlCe = "System.Data.SqlServerCe.4.0"
Field Value
Type | Description |
---|---|
System.String |
SqlServer
Declaration
public const string SqlServer = "System.Data.SqlClient"
Field Value
Type | Description |
---|---|
System.String |