ServiceParameterBinding 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 dependency injection service, or metadata type, which may or may not also have and associated IServiceProperty, to a parameter in a constructor, factory method, or similar.
public abstract class ServiceParameterBinding : Microsoft.EntityFrameworkCore.Metadata.ParameterBinding
type ServiceParameterBinding = class
inherit ParameterBinding
Public MustInherit Class ServiceParameterBinding
Inherits ParameterBinding
- Inheritance
- Derived
See Entity types with constructors for more information and examples.
Service |
Creates a new ServiceParameterBinding instance for the given service type or metadata type. |
Service |
Creates a new ServiceParameterBinding instance for the given service type or metadata 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 |
The EF internal service CLR type. |
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. |
With(IProperty |
Creates a copy that contains the given consumed properties. (Inherited from ParameterBinding) |
Produkt | Versioner |
---|---|
Entity Framework Core | 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |
Feedback om Entity Framework
Entity Framework är ett öppen källkod projekt. Välj en länk för att ge feedback: