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

Namespace: Huagati.LinqToSQL.Profiler
Assembly: HuagatiL2SProfiler (in HuagatiL2SProfiler.dll) Version: 1.33.3996.16059

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