Click or drag to resize

DbcOther Class

X#
Class that stores other info about Databases, such as the source and object code for Database
Inheritance Hierarchy
Object
  DbcObject
    DbcOther

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 CLASS DbcOther INHERIT DbcObject
Request Example View Source

The DbcOther type exposes the following members.

Constructors
  NameDescription
Public methodDbcOther
Initializes a new instance of the DbcOther class
Top
Properties
  NameDescription
Public propertyCode
Public propertyHasProperties (Inherited from DbcObject.)
Public propertyObjectID (Inherited from DbcObject.)
Public propertyObjectKey (Inherited from DbcObject.)
Public propertyObjectName (Inherited from DbcObject.)
Public propertyObjectType (Inherited from DbcObject.)
Public propertyParent (Inherited from DbcObject.)
Public propertyParentID (Inherited from DbcObject.)
Public propertyProperties (Inherited from DbcObject.)
Public propertySource
Top
Methods
  NameDescription
Public methodDecodeProperties (Inherited from DbcObject.)
Public methodGetData (Inherited from DbcObject.)
Public methodLoadChildren (Inherited from DbcObject.)
Public methodRead (Overrides Read.)
Public methodReadChild (Inherited from DbcObject.)
Public methodReadField (Inherited from DbcObject.)
Top
See Also