Table of Contents

Class QueryDebugView

Namespace
LinqToDB.Internal.Linq
Assembly
linq2db.dll
public sealed class QueryDebugView
Inheritance
object
QueryDebugView
Extension Methods

Constructors

QueryDebugView(Func<string>, Func<string>, Func<string>)

public QueryDebugView(Func<string> toExpressionString, Func<string> toQueryString, Func<string> toQueryStringNoParams)

Parameters

toExpressionString Func<string>
toQueryString Func<string>
toQueryStringNoParams Func<string>

Properties

Expression

public string Expression { get; }

Property Value

string

Query

public string Query { get; }

Property Value

string

QueryNoParams

public string QueryNoParams { get; }

Property Value

string