Table of Contents

Class QueryInfo

Namespace
LinqToDB.Linq
Assembly
linq2db.dll
public class QueryInfo : IQueryContext
Inheritance
QueryInfo
Implements
Extension Methods

Properties

Aliases

public AliasesContext? Aliases { get; set; }

Property Value

AliasesContext

Context

public object? Context { get; set; }

Property Value

object

DataOptions

public DataOptions? DataOptions { get; set; }

Property Value

DataOptions

Statement

public SqlStatement Statement { get; set; }

Property Value

SqlStatement