Click or drag to resize

DbcView Class

X#
Class that stores information about a view in a DBC
Inheritance Hierarchy
Object
  DbcObject
    DbcView

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

The DbcView type exposes the following members.

Constructors
  NameDescription
Public methodDbcView
Initializes a new instance of the DbcView class
Top
Properties
  NameDescription
Public propertyDatabase
The database in which this table is defined.
Public propertyFields
The collection of fields
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 (Overrides GetData.)
Public methodLoadChildren (Inherited from DbcObject.)
Public methodRead (Inherited from DbcObject.)
Public methodReadChild (Inherited from DbcObject.)
Public methodReadField (Inherited from DbcObject.)
Top
Remarks
When opened the Fields etc are not read. They need to be explicitely loaded with a call to GetData()
See Also