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 6 Next »

Refresh page Apr 28, 2024 19:13

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.

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']

  • No labels