Click or drag to resize

DbTransInfoFlags Enumeration

X#
Flags that describe how a DbTrans operation can be done.

Namespace:  XSharp.RDD.Enums
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
[FlagsAttribute]
 enum DbTransInfoFlags
Members
  Member nameValueDescription
None0Default
SameStructure1Both this work area and the destination work area have identical row structures (i.e., all columns match).
CanPutRec2The RDD has the ability to transfer an entire row.
See Also