Table of Contents

Interface IQueryContext

Namespace
LinqToDB.Linq
Assembly
linq2db.dll
public interface IQueryContext
Extension Methods

Properties

Aliases

AliasesContext? Aliases { get; set; }

Property Value

AliasesContext

Context

object? Context { get; set; }

Property Value

object

DataOptions

DataOptions? DataOptions { get; }

Property Value

DataOptions

Statement

SqlStatement Statement { get; }

Property Value

SqlStatement