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.7.2.0 (4.7.2.0)
Syntaxpublic string BuildSelectStatement(
	IDictionary columns
)
Public Function BuildSelectStatement ( 
	columns As IDictionary
) As String
Parameters
- columns
 - Type: System.CollectionsIDictionary
A IDictionary object containing aliases as key and column name or sub-query as value 
Return Value
Type: 
StringThe 
SELECT SQL statement
See Also