DbfAutoIncrementColumn.NewRecord Method | |
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
public override void NewRecord(
byte[] buffer
)
Request Example
View SourceParameters
- buffer
- Type: Byte
Record buffer for the current record
See Also