CoreDb.RecordPut 方法 | |
Update the current record from an array of bytes
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 STATIC METHOD RecordPut(
aRecord AS BYTE[]
) AS LOGIC
public static bool RecordPut(
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 |
参见