Class Database
Information about a Database used in the current Oqtane installation
public class Database
- Inheritance
-
Database
Properties
ControlType
Namespace & name of the UI control to configure this database, like Oqtane.Installer.Controls.SqlServerConfig, Oqtane.Client
public string ControlType { get; set; }
Property Value
DBType
Type of DB using the full namespace, like Oqtane.Database.SqlServer.SqlServerDatabase, Oqtane.Database.SqlServer
public string DBType { get; set; }
Property Value
IsDefault
whether this item is the default database provider ( ie. specified by DefaultDBType in appsettings.json )
public bool IsDefault { get; set; }
Property Value
Name
Name of the Database
public string Name { get; set; }