Click or drag to resize

Dbc Class

X#
Helper class to open, close and select a database
Inheritance Hierarchy
Object
  Dbc

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STATIC CLASS Dbc
Request Example View Source

The Dbc type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClose(Logic)
Public methodStatic memberClose(String)
Close a database.
Public methodStatic memberCreate
Create a database.
Public methodStatic memberCreateView
Public methodStatic memberDelete
Public methodStatic memberDump
Dump a database to the terminal window.
Public methodStatic memberDumpProperties
Dump the conents of a properties collection.
Public methodStatic memberFindDatabase
Find a database by name.
Public methodStatic memberGetCurrent
Get the current active database.
Public methodStatic memberIsUsed
Check if a database is used/opened.
Public methodStatic memberIsValidObjectType
Validate a property type.
Public methodStatic memberIsValidPropertyName
Validate a property name.
Public methodStatic memberOpen
Open a database.
Public methodStatic memberSelect
DeSelect a database.
Public methodStatic memberSelect(String)
Select a database.
Top
See Also