Functions.Requery 方法 | |
-- todo --
重新检索 SQL 视图的数据。
命名空间:
XSharp.VFP
程序集:
XSharp.VFP (在 XSharp.VFP.dll 中) 版本:2.22 GA
语法 FUNCTION Requery(
uArea
) AS LONG CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public static int Requery(
__Usual uArea = default
)
查看代码参数
- uArea (Optional)
- 类型:__Usual
指定打开 SQL 视图的工作区。
或
指定 SQL 视图的别名。如果省略 uArea,
则重新检索当前选定工作区中打开的 SQL 视图的数据。
返回值
类型:
Int32
数值型。如果成功检索数据,
Requery( ) 返回 1;否则返回 0。
备注
当数据源上的数据发生变化时,通常使用 Requery( ) 来刷新 SQL 视图。
参见