Click or drag to resize

DbDataSource Function

X#
Create a DbDataSource object attached to the current workarea

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

Return Value

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