Click or drag to resize

DbDataTable Function

X#
Create a DbDataTable object with the data from the current workarea

Namespace:  XSharp.Data
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
 FUNCTION DbDataTable() AS DbDataTable
Request Example View Source

Return Value

Type: DbDataTable
A DbDataTable object, or NULL when the current workarea is not in use.
See Also