ContextParameterBinding Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
ContextParameterBinding(Type, IPropertyBase) |
Vytvoří novou ServiceParameterBinding instanci pro daný typ služby. |
ContextParameterBinding(Type, IPropertyBase[]) |
Vytvoří novou ServiceParameterBinding instanci pro daný typ služby. |
ContextParameterBinding(Type, IPropertyBase)
Vytvoří novou ServiceParameterBinding instanci pro daný typ služby.
public ContextParameterBinding (Type contextType, Microsoft.EntityFrameworkCore.Metadata.IPropertyBase serviceProperty = default);
new Microsoft.EntityFrameworkCore.Metadata.ContextParameterBinding : Type * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> Microsoft.EntityFrameworkCore.Metadata.ContextParameterBinding
Public Sub New (contextType As Type, Optional serviceProperty As IPropertyBase = Nothing)
Parametry
- serviceProperty
- IPropertyBase
Přidružená IServicePropertyhodnota nebo hodnota null.
Platí pro
ContextParameterBinding(Type, IPropertyBase[])
Vytvoří novou ServiceParameterBinding instanci pro daný typ služby.
public ContextParameterBinding (Type contextType, params Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]? serviceProperties);
new Microsoft.EntityFrameworkCore.Metadata.ContextParameterBinding : Type * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[] -> Microsoft.EntityFrameworkCore.Metadata.ContextParameterBinding
Public Sub New (contextType As Type, ParamArray serviceProperties As IPropertyBase())
Parametry
- serviceProperties
- IPropertyBase[]
Přidružené IServiceProperty objekty nebo null
.
Platí pro
Entity Framework