CoreDb.FieldGetBytes 方法 | |
Retrieve the value of a specified database field as an array of bytes
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 STATIC METHOD FieldGetBytes(
nPos AS DWORD,
oRet REF BYTE[]
) AS LOGIC
public static bool FieldGetBytes(
uint nPos,
ref byte[] oRet
)
查看代码参数
- nPos
- 类型:UInt32
The 1 based position of the field in the database file structure for the current work area. - oRet
- 类型:Byte
The returnvalue is returned through this parameter
返回值
类型:
BooleanTRUE if successful; otherwise, FALSE.
备注 This function only works with RDDs that inherit from the DBF RDD. The Advantage RDD does not support this.
参见