DbTransItem 结构 | |
Helper structure to store information about a single piece of data (usually a column) to transfer from one work area to another.
命名空间:
XSharp.RDD.Support
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 public struct DbTransItem
DbTransItem 类型公开以下成员。
字段
| 名称 | 说明 |
---|
| Destination | A one-based field index in the destination work area. |
| Source | A one-based field index in the source work area. |
Top参见