C# Class Microsoft.EntityFrameworkCore.Storage.ParameterNameGeneratorFactory

Creates instances of the ParameterNameGenerator type.

This type is typically used by database providers (and other extensions). It is generally not used in application code.

Inheritance: IParameterNameGeneratorFactory
Show file Open project: lodejard/AllNetCore

Public Methods

Method Description
Create ( ) : ParameterNameGenerator

Method Details

Create() public method

public Create ( ) : ParameterNameGenerator
return ParameterNameGenerator