This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Splits a parameterized query on the '?' symbol, ignoring any question marks in strings or comments. This method can be used by inheritors who must replace the '?' symbol by something else because their providers need that.

Namespace: Smartsite.Data
Assembly:  Smartsite.Data (in Smartsite.Data.dll)

Syntax

C#Copy imageCopy Code
protected string[] SplitQueryOnParameters(
	string query
)
Visual Basic (Declaration)Copy imageCopy Code
Protected Function SplitQueryOnParameters ( _
	query As  _
) As ()

Parameters

query
String

Return Value

See Also

Database Class
Smartsite.Data Namespace
Advanced