Functions.VoDbRecordPut 方法 (Byte) | |
Update the current record from an array of bytes
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION VoDbRecordPut(
aRecord AS BYTE*
) AS LOGIC
public static bool VoDbRecordPut(
byte* aRecord
)
查看代码参数
- aRecord
- 类型:Byte*
The bytes that form the record. Please note that if the DBF has a memo file, then this array must contain a valid position for the memo attached to the record.
返回值
类型:
BooleanTRUE if successful; otherwise, FALSE.
备注 提示: |
---|
VoDbRecordPut() and CoreDb.RecordPut() are aliases |
参见