Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Refresh page Apr 28, 2024 20:10

Return Types
DBDataSource MemDataSource JSDataSource DBDataSourceServer

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.

Property Details

db

Scope property for server/table based data sources.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

datasources.db.example_data.orders

mem

Scope property for in-memory data sources.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

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).

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

datasources.sp.servername.mystoredproc();

  • No labels