ParameterNameGenerator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates unique names for parameters.
This type is typically used by database providers (and other extensions). It is generally not used in application code.
public class ParameterNameGenerator
type ParameterNameGenerator = class
Public Class ParameterNameGenerator
- Inheritance
-
ParameterNameGenerator
Remarks
See Implementation of database providers and extensions for more information and examples.
Constructors
ParameterNameGenerator() |
Methods
GenerateNext() |
Generates the next unique parameter name. |
Reset() |
Resets the generator, meaning it can reuse previously generated names. |
Applies to
Entity Framework