DependencyInjectionParameterBinding Class
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.
Describes the binding from an EF internal dependency injection service, which may or may not also have and associated IServiceProperty, to a parameter in a constructor, factory method, or similar.
public class DependencyInjectionParameterBinding : Microsoft.EntityFrameworkCore.Metadata.ServiceParameterBinding
type DependencyInjectionParameterBinding = class
inherit ServiceParameterBinding
Public Class DependencyInjectionParameterBinding
Inherits ServiceParameterBinding
- Inheritance
- Derived
See Entity types with constructors for more information and examples.
Dependency |
Creates a new DependencyInjectionParameterBinding instance for the given service type. |
Dependency |
Creates a new DependencyInjectionParameterBinding instance for the given service type. |
Consumed |
The properties that are handled by this binding and so do not need to be set in some other way. (Inherited from ParameterBinding) |
Parameter |
The parameter CLR type. (Inherited from ParameterBinding) |
Service |
A delegate to set a CLR service property on an entity instance. |
Service |
A delegate to set a CLR service property on an entity instance. (Inherited from ServiceParameterBinding) |
Service |
The EF internal service CLR type. (Inherited from ServiceParameterBinding) |
Bind |
Creates an expression tree representing the binding of the value of a property from a materialization expression to a parameter of the constructor, factory method, etc. |
Bind |
Creates an expression tree representing the binding of the value of a property from a materialization expression to a parameter of the constructor, factory method, etc. (Inherited from ServiceParameterBinding) |
With(IProperty |
Creates a copy that contains the given consumed properties. |
With(IProperty |
Creates a copy that contains the given consumed properties. (Inherited from ParameterBinding) |
Product | Versions |
---|---|
Entity Framework Core | 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: