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