Table of Contents

Interface ISqlAsyncScalarQueryLambdaExpression

Namespace
LfrlAnvil.Sql.Statements.Compilers
Assembly
LfrlAnvil.Sql.Core.dll

Represents a type-erased asynchronous scalar query lambda expression.

public interface ISqlAsyncScalarQueryLambdaExpression

Methods

Compile()

Compiles this expression.

[Pure]
Delegate Compile()

Returns

Delegate

Compiled Delegate.