Table of Contents

Class SqlQueryExtension

Namespace
LinqToDB.SqlQuery
Assembly
linq2db.dll
public class SqlQueryExtension : ISqlExpressionWalkable
Inheritance
SqlQueryExtension
Implements
Extension Methods

Properties

Arguments

public Dictionary<string, ISqlExpression> Arguments { get; }

Property Value

Dictionary<string, ISqlExpression>

BuilderType

public Type? BuilderType { get; set; }

Property Value

Type

Configuration

public string? Configuration { get; set; }

Property Value

string

Scope

public Sql.QueryExtensionScope Scope { get; set; }

Property Value

Sql.QueryExtensionScope

Methods

Walk<TContext>(WalkOptions, TContext, Func<TContext, ISqlExpression, ISqlExpression>)

public ISqlExpression? Walk<TContext>(WalkOptions options, TContext context, Func<TContext, ISqlExpression, ISqlExpression> func)

Parameters

options WalkOptions
context TContext
func Func<TContext, ISqlExpression, ISqlExpression>

Returns

ISqlExpression

Type Parameters

TContext