Class SqlGenerationOptions
- Namespace
- LinqToDB
- Assembly
- linq2db.dll
SQL generation options for ToSqlQuery<T>(IQueryable<T>, SqlGenerationOptions) group of APIs.
public sealed class SqlGenerationOptions
- Inheritance
-
objectSqlGenerationOptions
- Extension Methods
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; }