Click or drag to resize

QStringParameters Method

Construct the parameter portion of a query string. The string will include "&" separators, but no leading "?".

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

Parameters

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

Return Value

Type: String
The parameter string.
See Also