Click or drag to resize

DbcField Class

X#
Class that stores information about a field in a DBC
Inheritance Hierarchy
Object
  DbcObject
    DbcField

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

The DbcField type exposes the following members.

Constructors
  NameDescription
Public methodDbcField
Initializes a new instance of the DbcField 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