DbfNullColumn.InitValue 方法 | |
Initialize the buffer used for appends. Gets called once when a DBF is opened.
命名空间:
XSharp.RDD
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD InitValue(
buffer AS BYTE[]
) AS VOID
public override void InitValue(
byte[] buffer
)
查看代码参数
- buffer
- 类型:Byte
参见