Click or drag to resize
QueryGetOperator Method (QueryOperator)
Get the string version of the specified operator

Namespace: Rally.RestApi
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public static string GetOperator(
	QueryOperator op
)

Parameters

op
Type: Rally.RestApiQueryOperator
The operator to translate

Return Value

Type: String
The string version of the specified operator
Examples
C#
string operatorValue = Query.GetOperator(Query.Operator.Contains);
See Also