LassoScript Utility
Basics Browse Detail

[Datasource_Register]

Tag Link [Datasource_Register] Category Custom Tag
Type Substitution Source Available No
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0

Description

[Datasource_Register] is used to register a new custom Lasso data source. The tag requires one parameter which is the name of the data type that defines the custom Lasso data source. This tag should only be called from within a Lasso page in the LassoStartup folder.

See the appropriate chapter in the Language Guide for details about the member tags that the registered data type must support in order to be registered as a custom Lasso data source.

Syntax

[Datasource_Register: 'MyCustomDatasource']

Parameters

Required Parameters
Type The name of the type that defines the data source.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.