Returns the query parameterized and wrapped to use the sp_ExecuteSQL stored procedure.

Namespace: Huagati.LLBLGen.Profiler
Assembly: HuagatiLLBLGenProfiler (in HuagatiLLBLGenProfiler.dll) Version: 1.33.3996.16145

Syntax

C#
public string GetParameterizedQuery()
Visual Basic
Public Function GetParameterizedQuery As String
Visual C++
public:
String^ GetParameterizedQuery()

Return Value

A SQL query parameterized and wrapped to use the sp_ExecuteSQL stored procedure.

See Also