SQLCatalogQuery 构造函数 | |
构造一个 SQLCatalogQuery 对象。
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOSQLClasses (在 XSharp.VOSQLClasses.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
oSQLConnection
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public SQLCatalogQuery(
__Usual oSQLConnection = default
)
查看代码参数
- oSQLConnection (Optional)
- 类型:__Usual
指示表所在位置的 SQL 连接。如果未指定,将使用当前默认连接(如果有的话),如果未定义,则系统会要求用户登录到数据库。
参见