CoreDb.SetFound 方法 | |
Set the found flag.
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 STATIC METHOD SetFound(
lFound AS LOGIC
) AS LOGIC
public static bool SetFound(
bool lFound
)
查看代码参数
- lFound
- 类型:Boolean
返回值
类型:
BooleanTRUE if successful; otherwise, FALSE.
备注 This function is like DBSetFound().
提示: |
---|
VoDbSetFound() and CoreDb.SetFound() are aliases |
参见