QuerySqlGeneratorFactoryBase.SqlGenerationHelper Property

Definition

Gets the SQL generation helper.

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

Property Value

The SQL generation helper.

Applies to