Click or drag to resize
DataAccessBuildSelectStatement Method (String)
Build a SELECT SQL statement from a list of columns

Namespace: WorkflowGen.My.Data
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public string BuildSelectStatement(
	string[] columns
)

Parameters

columns
Type: SystemString
An array of column names

Return Value

Type: String
The SELECT SQL statement
See Also