DbfDateTimeColumn.PutValue 方法 | |
Write the value to the buffer
命名空间:
XSharp.RDD
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD PutValue(
oValue AS Object,
buffer AS BYTE[]
) AS LOGIC
public override bool PutValue(
Object oValue,
byte[] buffer
)
查看代码参数
- oValue
- 类型:Object
Value to write. - buffer
- 类型:Byte
Record buffer for the current record
返回值
类型:
Boolean参见