Returns A string that describes the cost of the query execution in each seeder

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)

Syntax

C#
string ExplainQuery(
	string filter
)
Visual Basic
Function ExplainQuery ( 
	filter As String
) As String
Visual C++
String^ ExplainQuery(
	String^ filter
)
F#
abstract ExplainQuery : 
        filter : string -> string 

Parameters

filter
Type: System..::..String
A String that can be used to create a Filter

Return Value

Type: String
A string that describes the cost of the query execution in each seeder

See Also