Struct SqlAsyncScalarQueryReaderExpression<T>
- Namespace
- LfrlAnvil.Sql.Statements
- Assembly
- LfrlAnvil.Sql.Core.dll
Represents a generic prepared asynchronous scalar query reader expression.
public readonly struct SqlAsyncScalarQueryReaderExpression<T>
Type Parameters
T
Value type.
- Inherited Members
Properties
Dialect
SQL dialect that this expression is associated with.
public SqlDialect Dialect { get; }
Property Value
Expression
Underlying compilable expression.
public ISqlAsyncScalarQueryLambdaExpression<T> Expression { get; }
Property Value
Methods
Compile()
Compiles this expression.
[Pure]
public SqlAsyncScalarQueryReader<T> Compile()
Returns
- SqlAsyncScalarQueryReader<T>
New SqlAsyncScalarQueryReader<T> instance.