Functions.VoDbFound 方法 | |
确定上一次搜索操作是否成功。
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION VoDbFound() AS LOGIC
public static bool VoDbFound()
查看代码返回值
类型:
Boolean
如果最后一个搜索命令成功则返回 TRUE;否则返回 FALSE。如果当前工作区中没有打开的数据库,VODBFound() 也将返回 FALSE。
备注
VODBFound() 与 Found() 相同。有关更多信息和示例,请参见 Found()。
示例 参见