CoreDb.RecordPut Method | |
Update the current record from an array of bytes
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax STATIC METHOD RecordPut(
aRecord AS BYTE[]
) AS LOGIC
public static bool RecordPut(
byte[] aRecord
)
Request Example
View SourceParameters
- aRecord
- Type: 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.
Return Value
Type:
LogicTRUE if successful; otherwise, FALSE.
Remarks Tip |
---|
VoDbRecordPut() and CoreDb.RecordPut() are aliases |
See Also