DbServer.FieldGetBytes Method | |
Read an array of bytes direct from the workarea buffer.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldGetBytes(
uField AS USUAL
) AS BYTE[]
public virtual byte[] FieldGetBytes(
Usual uField
)
Request Example
View SourceParameters
- uField
- Type: Usual
The position of the field in the database file structure for the current work area.
Return Value
Type:
Byte
The value of the field. IF nFieldPos does not correspond to the position of any field in the database file, FieldGetBytes() will generate an error.
See Also