Table of Contents

Interface ISqlAsyncQueryLambdaExpression

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

Represents a type-erased asynchronous query lambda expression.

public interface ISqlAsyncQueryLambdaExpression

Methods

Compile()

Compiles this expression.

[Pure]
Delegate Compile()

Returns

Delegate

Compiled Delegate.