Table of Contents

Class QueryInfo

Namespace
LinqToDB.Internal.Linq
Assembly
linq2db.dll
public sealed class QueryInfo
Inheritance
object
QueryInfo
Extension Methods

Properties

Context

public object? Context { get; set; }

Property Value

object

DataOptions

public DataOptions? DataOptions { get; set; }

Property Value

DataOptions

IsContinuousRun

public bool IsContinuousRun { get; set; }

Property Value

bool

Statement

public SqlStatement Statement { get; set; }

Property Value

SqlStatement