BPM.Server.DAL Namespace > QueryManager Class : GenSQL Method |
'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)
public static string GenSQL( string tableName, StringCollection columnNames, string filter, string sort )
public: static String^ GenSQL( String^ tableName, StringCollection^ columnNames, String^ filter, String^ sort )
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