Click or drag to resize

DbTransInfo Class

X#
Helper class to store information needed for the global transfer of data items from one work area to another.
Inheritance Hierarchy
Object
  DbTransInfo

Namespace:  XSharp.RDD.Support
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 CLASS DbTransInfo
Request Example View Source

The DbTransInfo type exposes the following members.

Constructors
  NameDescription
Public methodDbTransInfo
Construct a DbTransInfo object.
Top
Properties
  NameDescription
Public propertyItemCount
Number of items in the Items array.
Top
Fields
  NameDescription
Public fieldDestination
The destination work area.
Public fieldFlags
Transfer attributes specified using one or more of the constants Match or PutRec.
Public fieldItems
An array of DbTransItem structures defining the items to transfer to the destination work area. This is usually a list of column mappings from the source to the destination.
Public fieldScope
A DbScopeInfo object describing the limits of the scope of the transfer.
Public fieldSource
The source work area.
Top
See Also