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

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

Syntax

C#
public string GetParameterizedQuery()
Visual Basic (Declaration)
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