DatabaseInfo Class
Assembly: Qlik.Engine.dll
Inheritance
- 
      System.Object
      - DatabaseInfo
 
Syntax
[ValueClass]
public class DatabaseInfo : IDatabaseInfoConstructors
| Name | Description | 
|---|---|
| DatabaseInfo() | 
Properties
| Name | Description | 
|---|---|
| DBFirst | If set to true, it means that the database is displayed first, before the owners and tables. JSON property name: qDBFirst | 
| DBMSName | Name of the product accessed by the provider. JSON property name: qDBMSName | 
| DBSeparator | Character string used after the database name. Example with separator " . ": FROM LinkedTablesData.dbo.Months Where: * LinkedTablesData is the database name * dbo is the owner name * Months is the table name JSON property name: qDBSeparator | 
| DBUsage | If set to true, it means that the data source contains some databases. JSON property name: qDBUsage | 
| DefaultDatabase | Name of the default database. JSON property name: qDefaultDatabase | 
| Keywords | List of the script keywords. JSON property name: qKeywords | 
| OwnerSeparator | Character string used after the owner name. Example with separator " . ": FROM LinkedTablesData.dbo.Months Where: * LinkedTablesData is the database name * dbo is the owner name * Months is the table name JSON property name: qOwnerSeparator | 
| OwnerUsage | If set to true, it means that the data source contains some owners. JSON property name: qOwnerUsage | 
| QuotePreffix | Prefix used with field, database or owner names that contain special characters or keywords. JSON property name: qQuotePreffix | 
| QuoteSuffix | Suffix used with field, database or owner names that contain special characters or keywords. JSON property name: qQuoteSuffix | 
| SpecialChars | List of the special characters. JSON property name: qSpecialChars |