VoDbTransRec Function | |
Copy a single row from one work area to another.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION VoDbTransRec(
nDest AS DWORD,
fldNames AS _FieldNames
) AS LOGIC
public static bool VoDbTransRec(
uint nDest,
_FieldNames fldNames
)
Request Example
View SourceParameters
- nDest
- Type: DWord
The work area number for the target Workarea. - fldNames
- Type: _FieldNames
The field names to write specified as an _FieldNames object.
Return Value
Type:
LogicTRUE if successful; otherwise, FALSE.
Remarks Tip |
---|
VoDbTransRec() and CoreDb.TransRec() are aliases |
See Also