This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class GenericDatabase
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class GenericDatabase

The type exposes the following properties.

Public Properties

  Name Description
Public property ConnectionString
Returns the connection string.
(Inherited from Database.)
Public property Id
Returns the Id of this database
(Inherited from Database.)
Public property IsCmsDatabase
Gets if this database is a CMS database. Once set to true, isCmsDatabase can never be set to false again.
(Inherited from Database.)
Public property Meta
Returns meta information about this database.
(Inherited from Database.)
Public property ProviderName
Gets the provider invariant name.
(Inherited from Database.)
Public property ServerType
Returns the DatabaseServerType.
(Overrides Database..::ServerType.)
Public property ServerVersion
Gets the dbms version.
(Inherited from Database.)
Public property TableCache
Returns the TableCacheManager for this Database.
(Inherited from Database.)

Protected Properties

  Name Description
Protected property CustomVwSchemaProcedureParameters
Returns the sql query that retrieves data normally returned by VwSchemaProcedureParameters. This sql query is used for non-Cms databases when vwSchemaTables does not exist.
(Inherited from Database.)
Protected property CustomVwSchemaProcedures
Returns the sql query that retrieves data normally returned by vwSchemaTables. This sql query is used for non-Cms databases when vwSchemaTables does not exist.
(Inherited from Database.)
Protected property CustomVwSchemaTables
Returns the sql query that retrieves data normally returned by vwSchemaTables. This sql query is used for non-Cms databases when vwSchemaTables does not exist.
(Inherited from Database.)
Protected property Factory
Gets the factory for this database.
(Inherited from Database.)
Protected property ParsedConnectionString
Gets the parsed connection string.
(Inherited from Database.)

See Also

Advanced