DbDataTable Function | |
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
public static DbDataTable DbDataTable()
Request Example
View SourceReturn Value
Type:
DbDataTableA DbDataTable object, or NULL when the current workarea is not in use.
See Also