Do not use the CDatabase class directly. Use the preallocated WIDatabase.Database variable instead.

Functions to interact directly with the database.

Available functions include:

  • Create - Creates a database on the server
  • Delete - Deletes a database from the server
  • Exists - Checks if a database has already been created on the server

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

C#
public class CDatabase
Visual Basic
Public Class CDatabase
Visual C++
public ref class CDatabase

Inheritance Hierarchy

System..::..Object
  Wiker.WIDatabase..::..CDatabase

See Also