DbServer.FieldPutBytes Method | |
Write an array of bytes direct to the workarea buffer.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldPutBytes(
uField AS USUAL,
bValue AS BYTE[]
) AS BYTE[]
public virtual byte[] FieldPutBytes(
Usual uField,
byte[] bValue
)
Request Example
View SourceParameters
- uField
- Type: Usual
The position of the field in the database file structure. - bValue
- Type: Byte
The value to write to the field
Return Value
Type:
ByteSee Also