点击或拖拽改变大小

DbfAutoIncrementColumn.NewRecord 方法

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

命名空间:  XSharp.RDD
程序集:  XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法
 VIRTUAL METHOD NewRecord(
	buffer AS BYTE[]
) AS VOID
查看代码

参数

buffer
类型:Byte
Record buffer for the current record
参见