-
Notifications
You must be signed in to change notification settings - Fork 6
SQL Filters
Do not edit this page! It is auto-generated by reflecting the Denina assembly, and changes will be over-written. To modifiy this documentation, the documentation attributes of the filters should be modified. See Embedded Documentation for more information.
Filter Purpose:
For working with SQL databases.
Executes SQL against the specified connection string and returns an XML recordset.
| Name | Required | Description |
|---|---|---|
connection |
true | The name of a connection string key from the application configuration. This connection string name must be enabled via a Sql.AllowedConnectionStrings setting. Alternately, this can be a raw connection string. |
sql |
false | The SQL to execute. If omitted, the input string will be used. |
| Input | |
|---|---|
| Command | |
| Output | An XML string |
| Input | None |
|---|---|
| Command | |
| Output | An XML string |
Executes SQL against the specified connection string and returns an HTML table of the results. TH tags contain the field names of the returned dataset and each TD and TH has a CSS class of "column-field-name" for styling.
| Name | Required | Description |
|---|---|---|
connecton |
true | The name of a connection string key from the application configuration. This connection string name must be enabled via a Sql.AllowedConnectionStrings setting. Alternately, this can be a raw connection string. |
sql |
false | The SQL to execute. If omitted, the input string will be used. |
class |
false | A CSS class name for the TABLE tag. |
| Input | |
|---|---|
| Command | |
| Output | An HTML table |
| Input | None |
|---|---|
| Command | |
| Output | An HTML table with a "class" attribute of "table" |
Confused? See Definitions.
Still confused? Email Deane or file an issue.
Denina is a weird hobby project that Blend Interactive generally tolerates.
- Introduction
- Definitions
- Denina for Editors
- Denina for Developers
- Examples and Tutorials
- Implementations
- About
- Roadmap
Filter Command Reference
(auto-generated API documentation)