DefaultQuerySqlGenerator.SqlGenerator Property

Definition

Gets the SQL generation helper.

protected virtual Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper SqlGenerator { get; }
member this.SqlGenerator : Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper
Protected Overridable ReadOnly Property SqlGenerator As ISqlGenerationHelper

Property Value

The SQL generation helper.

Applies to