Class QueryInfo
Inheritance
System.Object
QueryInfo
Assembly: linq2db.dll
Syntax
public class QueryInfo : object, IQueryContext
Properties
|
Improve this Doc
View Source
Aliases
Declaration
public AliasesContext Aliases { get; set; }
Property Value
|
Improve this Doc
View Source
Context
Declaration
public object? Context { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Object> |
|
|
Improve this Doc
View Source
Parameters
Declaration
public SqlParameter[] Parameters { get; set; }
Property Value
|
Improve this Doc
View Source
Statement
Declaration
public SqlStatement Statement { get; set; }
Property Value
Implements
Extension Methods