VoDb.FieldGet 方法 | |
Retrieve the value of a specified database field.
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 STATIC METHOD FieldGet(
nPos AS DWORD,
uRet REF USUAL
) AS LOGIC
public static bool FieldGet(
uint nPos,
ref __Usual uRet
)
查看代码参数
- nPos
- 类型:UInt32
The 1 based position of the field in the database file structure for the current work area. - uRet
- 类型:__Usual
返回值
类型:
BooleanTRUE if successful; otherwise, FALSE.
参见