다음을 통해 공유


ContextParameterBinding 생성자

정의

오버로드

ContextParameterBinding(Type, IPropertyBase)

지정된 서비스 유형에 대한 새 ServiceParameterBinding instance 만듭니다.

ContextParameterBinding(Type, IPropertyBase[])

지정된 서비스 유형에 대한 새 ServiceParameterBinding instance 만듭니다.

ContextParameterBinding(Type, IPropertyBase)

지정된 서비스 유형에 대한 새 ServiceParameterBinding instance 만듭니다.

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

DbContext CLR 형식입니다.

serviceProperty
IPropertyBase

연결된 IServiceProperty또는 null입니다.

적용 대상

ContextParameterBinding(Type, IPropertyBase[])

지정된 서비스 유형에 대한 새 ServiceParameterBinding instance 만듭니다.

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

DbContext CLR 형식입니다.

serviceProperties
IPropertyBase[]

연결된 IServiceProperty 개체 또는 null입니다.

적용 대상