Table of Contents

Class SqlGenerationOptions

Namespace
LinqToDB
Assembly
linq2db.dll

SQL generation options for ToSqlQuery<T>(IQueryable<T>, SqlGenerationOptions?) group of APIs.

public sealed class SqlGenerationOptions
Inheritance
SqlGenerationOptions
Inherited Members
Extension Methods

Constructors

SqlGenerationOptions()

public SqlGenerationOptions()

Properties

InlineParameters

Enforce parameters inlining into SQL as literals. When not set, current context settings used.

public bool? InlineParameters { get; set; }

Property Value

bool?

MultiInsertMode

INSERT ALL mode for Oracle-specific multi-insert API.

public MultiInsertType? MultiInsertMode { get; set; }

Property Value

MultiInsertType?