Class SqlQueryExtension
Inheritance
SqlQueryExtension
Assembly: linq2db.dll
Syntax
public class SqlQueryExtension : ISqlExpressionWalkable
Properties
|
Improve this Doc
View Source
Arguments
Declaration
public Dictionary<string, ISqlExpression> Arguments { get; }
Property Value
|
Improve this Doc
View Source
BuilderType
Declaration
public Type? BuilderType { get; set; }
Property Value
|
Improve this Doc
View Source
Configuration
Declaration
public string? Configuration { get; set; }
Property Value
|
Improve this Doc
View Source
Scope
Declaration
public Sql.QueryExtensionScope Scope { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Walk<TContext>(WalkOptions, TContext, Func<TContext, ISqlExpression, ISqlExpression>)
Declaration
public ISqlExpression? Walk<TContext>(WalkOptions options, TContext context, Func<TContext, ISqlExpression, ISqlExpression> func)
Parameters
Returns
Type Parameters
Name |
Description |
TContext |
|
Implements
Extension Methods