Click or drag to resize

DbTransItem Structure

X#
Helper structure to store information about a single piece of data (usually a column) to transfer from one work area to another.

Namespace:  XSharp.RDD.Support
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STRUCTURE DbTransItem

The DbTransItem type exposes the following members.

Fields
  NameDescription
Public fieldDestination
A one-based field index in the destination work area.
Public fieldSource
A one-based field index in the source work area.
Top
See Also