GetItems(IExecutionContext) Method
Gets the items to convert to documents. The GetDictionary(TItem) method is used to convert each item into a series of key-value pairs that is then used for document creation.
Namespace
Statiq.Core
Containing Type
ReadSql
Overridden
GetItems(IExecutionContext)

Syntax

protected override IEnumerable<DataRow> GetItems(IExecutionContext context)

Parameters

Name Type Description
context IExecutionContext The current execution context.

Return Value

Type Description
IEnumerable<DataRow> The objects to create documents from.