Returns A string that describes the cost of the query execution in each seeder
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)
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
|
Return Value
Type:
String A string that describes the cost of the query execution in each seeder
See Also