Class SqlQueryExtension
public class SqlQueryExtension : ISqlExpressionWalkable
- Inheritance
-
SqlQueryExtension
- Implements
- Extension Methods
Properties
Arguments
public Dictionary<string, ISqlExpression> Arguments { get; }
Property Value
BuilderType
public Type? BuilderType { get; set; }
Property Value
Configuration
public string? Configuration { get; set; }
Property Value
Scope
public Sql.QueryExtensionScope Scope { get; set; }
Property Value
Methods
Walk<TContext>(WalkOptions, TContext, Func<TContext, ISqlExpression, ISqlExpression>)
public ISqlExpression? Walk<TContext>(WalkOptions options, TContext context, Func<TContext, ISqlExpression, ISqlExpression> func)
Parameters
options
WalkOptionscontext
TContextfunc
Func<TContext, ISqlExpression, ISqlExpression>
Returns
Type Parameters
TContext