Click or drag to resize

DbcRelation Class

X#
Class that stores information about a relation in a DBC
Inheritance Hierarchy
Object
  DbcObject
    DbcRelation

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

The DbcRelation type exposes the following members.

Constructors
  NameDescription
Public methodDbcRelation
Initializes a new instance of the DbcRelation 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.)
Public propertyRIInfo
The relational rules for Insert, Update, Delete.
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