Aracılığıyla paylaş


ContextParameterBinding Oluşturucular

Tanım

Aşırı Yüklemeler

ContextParameterBinding(Type, IPropertyBase)

Verilen hizmet türü için yeni ServiceParameterBinding bir örnek oluşturur.

ContextParameterBinding(Type, IPropertyBase[])

Verilen hizmet türü için yeni ServiceParameterBinding bir örnek oluşturur.

ContextParameterBinding(Type, IPropertyBase)

Verilen hizmet türü için yeni ServiceParameterBinding bir örnek oluşturur.

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)

Parametreler

contextType
Type

DbContext CLR türü.

serviceProperty
IPropertyBase

İlişkili IServiceProperty, veya null.

Şunlara uygulanır

ContextParameterBinding(Type, IPropertyBase[])

Verilen hizmet türü için yeni ServiceParameterBinding bir örnek oluşturur.

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

Parametreler

contextType
Type

DbContext CLR türü.

serviceProperties
IPropertyBase[]

İlişkili IServiceProperty nesneler veya null.

Şunlara uygulanır