Do not use the CDatabase class directly. Use the preallocated WIDatabase.Database variable instead.
Namespace: Wiker.WIDatabaseFunctions 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
Assembly:
Syntax
C# |
---|
public class CDatabase |
Visual Basic |
---|
Public Class CDatabase |
Visual C++ |
---|
public ref class CDatabase |