DbcDatabase.FindTable 方法 | |
Find a table in the Database container.
命名空间:
XSharp.RDD
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 METHOD FindTable(
cTable AS STRING
) AS DbcTable
public DbcTable FindTable(
string cTable
)
查看代码参数
- cTable
- 类型:String
The table name to look for.
返回值
类型:
DbcTable参见