Click or drag to resize

DbcIndex Class

X#
Class that stores information about an index in a DBC
Inheritance Hierarchy
Object
  DbcObject
    DbcIndex

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

The DbcIndex type exposes the following members.

Constructors
  NameDescription
Public methodDbcIndex
Initializes a new instance of the DbcIndex class
Top
Properties
  NameDescription
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.)
Top
Methods
  NameDescription
Public methodDecodeProperties (Inherited from DbcObject.)
Public methodGetData (Inherited from DbcObject.)
Public methodLoadChildren (Inherited from DbcObject.)
Public methodRead (Inherited from DbcObject.)
Public methodReadChild (Inherited from DbcObject.)
Public methodReadField (Inherited from DbcObject.)
Top
See Also