Click or drag to resize

DbfColumn.NewRecord Method

X#
Update the buffer after appending. For example for AutoIncrement or TimeStamp columns.

Namespace:  XSharp.RDD
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax
 VIRTUAL METHOD NewRecord(
	buffer AS BYTE[]
) AS VOID
Request Example View Source

Parameters

buffer
Type: Byte
Record buffer for the current record
See Also