Table of Contents

Class QuerySql

Namespace
LinqToDB
Assembly
linq2db.dll

Command SQL, generated from linq query.

public sealed class QuerySql
Inheritance
QuerySql
Inherited Members
Extension Methods

Constructors

QuerySql(string, IReadOnlyList<DataParameter>)

Command SQL, generated from linq query.

public QuerySql(string sql, IReadOnlyList<DataParameter> parameters)

Parameters

sql string
parameters IReadOnlyList<DataParameter>

Properties

Parameters

Command parameters with values.

public IReadOnlyList<DataParameter> Parameters { get; }

Property Value

IReadOnlyList<DataParameter>

Sql

Command SQL text.

public string Sql { get; }

Property Value

string