Delen via


RelationalShapedQueryCompilingExpressionVisitorDependencies.ParameterNameGeneratorFactory Property

Definition

Caution

Use the service from RelationalParameterBasedSqlProcessorDependencies.

The parameter name-generator factory.

public Microsoft.EntityFrameworkCore.Storage.IParameterNameGeneratorFactory ParameterNameGeneratorFactory { get; }
[System.Obsolete("Use the service from RelationalParameterBasedSqlProcessorDependencies.")]
public Microsoft.EntityFrameworkCore.Storage.IParameterNameGeneratorFactory ParameterNameGeneratorFactory { get; }
[System.Obsolete("Use the service from RelationalParameterBasedSqlProcessorDependencies.")]
public Microsoft.EntityFrameworkCore.Storage.IParameterNameGeneratorFactory ParameterNameGeneratorFactory { get; init; }
member this.ParameterNameGeneratorFactory : Microsoft.EntityFrameworkCore.Storage.IParameterNameGeneratorFactory
[<System.Obsolete("Use the service from RelationalParameterBasedSqlProcessorDependencies.")>]
member this.ParameterNameGeneratorFactory : Microsoft.EntityFrameworkCore.Storage.IParameterNameGeneratorFactory
[<System.Obsolete("Use the service from RelationalParameterBasedSqlProcessorDependencies.")>]
member this.ParameterNameGeneratorFactory : Microsoft.EntityFrameworkCore.Storage.IParameterNameGeneratorFactory with get, set
Public ReadOnly Property ParameterNameGeneratorFactory As IParameterNameGeneratorFactory
Public Property ParameterNameGeneratorFactory As IParameterNameGeneratorFactory

Property Value

Attributes

Applies to