BPM.Server
GenSQL Method



Syntax
'Declaration
 
Public Shared Function GenSQL( _
   ByVal tableName As String, _
   ByVal columnNames As StringCollection, _
   ByVal filter As String, _
   ByVal sort As String _
) As String
'Usage
 
Dim tableName As String
Dim columnNames As StringCollection
Dim filter As String
Dim sort As String
Dim value As String
 
value = QueryManager.GenSQL(tableName, columnNames, filter, sort)

Parameters

tableName
columnNames
filter
sort
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

QueryManager Class
QueryManager Members

Send Feedback