共用方式為


ContextParameterBinding 建構函式

定義

多載

ContextParameterBinding(Type, IPropertyBase)

為指定的服務類型建立新的 ServiceParameterBinding 實例。

ContextParameterBinding(Type, IPropertyBase[])

為指定的服務類型建立新的 ServiceParameterBinding 實例。

ContextParameterBinding(Type, IPropertyBase)

為指定的服務類型建立新的 ServiceParameterBinding 實例。

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)

參數

contextType
Type

DbContextCLR 類型。

serviceProperty
IPropertyBase

相關聯的 IServiceProperty 、 或 null。

適用於

ContextParameterBinding(Type, IPropertyBase[])

為指定的服務類型建立新的 ServiceParameterBinding 實例。

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())

參數

contextType
Type

DbContextCLR 類型。

serviceProperties
IPropertyBase[]

關聯的 IServiceProperty 物件,或 null

適用於