DbfColumn.PutValue Method | |
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
public virtual bool PutValue(
Object oValue,
byte[] buffer
)
Request Example
View SourceParameters
- oValue
- Type: Object
Value to write. - buffer
- Type: Byte
Record buffer for the current record
Return Value
Type:
LogicSee Also