Click or drag to resize

DataAccessBuildSelectStatement Method (IDictionary)

Build a SELECT SQL statement including aliases from a list of columns

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public string BuildSelectStatement(
	IDictionary columns
)

Parameters

columns
Type: System.CollectionsIDictionary
A IDictionary object containing aliases as key and column name or sub-query as value

Return Value

Type: String
The SELECT SQL statement
See Also