Skip to end of metadata
Go to start of metadata

Refresh page Mar 29, 2024 10:15

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.

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();

view

Scope property for view foundset data sources.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

datasources.view['myds']

  • No labels