ParameterNameGeneratorFactory.Create Method

Definition

Creates a new ParameterNameGenerator.

public virtual Microsoft.EntityFrameworkCore.Storage.ParameterNameGenerator Create ();
abstract member Create : unit -> Microsoft.EntityFrameworkCore.Storage.ParameterNameGenerator
override this.Create : unit -> Microsoft.EntityFrameworkCore.Storage.ParameterNameGenerator
Public Overridable Function Create () As ParameterNameGenerator

Returns

The newly created generator.

Implements

Applies to