Returns Supported Clients Sample Returns Supported Clients Sample Returns Supported Clients Sample Returns Supported Clients Sample
Mar 21, 2023 22:37
Return Types
DBDataSource
MemDataSource
JSDataSource
JSConnectionDefinition
DBDataSourceServer
ViewDataSource
Supported Clients
SmartClient
WebClient
NGClient
Property Summary
DBDataSource
db
Scope property for server/table based data sources.
MemDataSource
mem
Scope property for in-memory data sources.
SPDataSource
sp
Scope property for stored procedures.
ViewDataSource
view
Scope property for view foundset data sources.
Property Details
db
Scope property for server/table based data sources.
datasources.db.example_data.orders
mem
Scope property for in-memory data sources.
datasources.mem['myds']
sp
Scope property for stored procedures.
This will list the stored procedures of server that have this property enabled (see server editor).
datasources.sp.servername.mystoredproc();
view
Scope property for view foundset data sources.
datasources.view['myds']