This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Creates a query string from given command values.

Namespace: Smartsite.Web.Commands
Assembly:  Smartsite.Web (in Smartsite.Web.dll)

Syntax

C#Copy imageCopy Code
public static string CreateQuery(
	<> values
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function CreateQuery ( _
	values As (Of ) _
) As 

Parameters

values
IEnumerable<(Of <CommandParameterValue>)>
The values.

Return Value

See Also

Advanced