Table of Contents

Interface IExpressionQuery

Namespace
LinqToDB.Internal.Linq
Assembly
linq2db.dll
public interface IExpressionQuery
Extension Methods

Properties

DataContext

IDataContext DataContext { get; }

Property Value

IDataContext

Expression

Expression Expression { get; }

Property Value

Expression

Methods

GetSqlQueries(SqlGenerationOptions?)

IReadOnlyList<QuerySql> GetSqlQueries(SqlGenerationOptions? options)

Parameters

options SqlGenerationOptions

Returns

IReadOnlyList<QuerySql>