Summary
Creates documents from a SQL query given the specified connection string and query.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Metadata - Containing Type
- Sql
Syntax
public Sql(string connectionString, string sql)
Parameters
| Name | Type | Description |
|---|---|---|
| connectionString | string | The connection string. |
| sql | string | The SQL query. |
Return Value
| Type | Description |
|---|---|
| void |
