Functions.DbDataTable 方法 | |
Create a DbDataTable object with the data from the current workarea
命名空间:
XSharp.Data
程序集:
XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法 FUNCTION DbDataTable() AS DbDataTable
public static DbDataTable DbDataTable()
查看代码返回值
类型:
DbDataTableA DbDataTable object, or NULL when the current workarea is not in use.
参见