CoreDb.FieldGetBytes Method | |
Retrieve the value of a specified database field as an array of bytes
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax STATIC METHOD FieldGetBytes(
nPos AS DWORD,
oRet REF BYTE[]
) AS LOGIC
public static bool FieldGetBytes(
uint nPos,
ref byte[] oRet
)
Request Example
View SourceParameters
- nPos
- Type: DWord
The 1 based position of the field in the database file structure for the current work area. - oRet
- Type: Byte
The returnvalue is returned through this parameter
Return Value
Type:
LogicTRUE if successful; otherwise, FALSE.
Remarks This function only works with RDDs that inherit from the DBF RDD. The Advantage RDD does not support this.
See Also