Click or drag to resize

DbfIntegerColumn.PutValue Method

X#
Write the value to the buffer

Namespace:  XSharp.RDD
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax
 VIRTUAL METHOD PutValue(
	oValue AS Object,
	buffer AS BYTE[]
) AS LOGIC
Request Example View Source

Parameters

oValue
Type: Object
Value to write.
buffer
Type: Byte
Record buffer for the current record

Return Value

Type: Logic
See Also