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 |
[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.
[Datasource_Register: 'MyCustomDatasource']
Required Parameters | |
---|---|
Type | The name of the type that defines the data source. |
See the Lasso 8 Language Guide for examples of how to use this tag.