Click or drag to resize

QStringToString Method (String)

Generate a syntactially valid query string including only the specified parameters.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string ToString(
	string paramsToInclude
)

Parameters

paramsToInclude
Type: SystemString
A semi-colon separated list of the parameters to include.

Return Value

Type: String
The query string.
See Also