Functions.DbCargo 方法 | |
Attaches an arbitrary value to a used work area
命名空间:
XSharp.XPP
程序集:
XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法 FUNCTION DbCargo(
xNewValue
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public static __Usual DbCargo(
__Usual xNewValue = default
)
查看代码参数
- xNewValue (Optional)
- 类型:__Usual
the value to attach to a work area.
返回值
类型:
__UsualThe function returns the value attached to a work area before the function is called.
备注 The function DbCargo() attaches an arbitrary value to a used work area. The value remains in the work area,
In this way, user defined data can be bound to a particular work area. Attached data is discarded when the workarea
is closed.
参见