BPM.Server
GetQuery Method



Syntax
'Declaration
 
Public Shared Function GetQuery( _
   ByVal commandType As BPM.BPMCommandType, _
   ByVal command As String, _
   ByRef datesourceName As String _
) As String
'Usage
 
Dim commandType As BPM.BPMCommandType
Dim command As String
Dim datesourceName As String
Dim value As String
 
value = QueryManager.GetQuery(commandType, command, datesourceName)
public static string GetQuery( 
   BPM.BPMCommandType commandType,
   string command,
   ref string datesourceName
)
public:
static String^ GetQuery( 
   BPM.BPMCommandType commandType,
   String^ command,
   String^% datesourceName
) 

Parameters

commandType
command
datesourceName
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