Table of Contents

Class EvaluationContext

Namespace
LinqToDB.Internal.SqlQuery
Assembly
linq2db.dll
public sealed class EvaluationContext
Inheritance
EvaluationContext
Inherited Members
Extension Methods

Constructors

EvaluationContext(IReadOnlyParameterValues?)

public EvaluationContext(IReadOnlyParameterValues? parameterValues = null)

Parameters

parameterValues IReadOnlyParameterValues

Properties

IsParametersInitialized

public bool IsParametersInitialized { get; }

Property Value

bool

ParameterValues

public IReadOnlyParameterValues? ParameterValues { get; }

Property Value

IReadOnlyParameterValues

Methods

Register(IQueryElement, bool, object?)

public void Register(IQueryElement expr, bool forServer, object? value)

Parameters

expr IQueryElement
forServer bool
value object

RegisterError(IQueryElement, bool)

public void RegisterError(IQueryElement expr, bool forServer)

Parameters

expr IQueryElement
forServer bool