ServiceParameterBindingFactory.Bind Yöntem

Tanım

Aşırı Yüklemeler

Bind(IConventionEntityType, Type, String)

Verilen varlık türünde verilen tür ve ad için bir ParameterBinding oluşturur.

Bind(IMutableEntityType, Type, String)

Verilen varlık türünde verilen tür ve ad için bir ParameterBinding oluşturur.

Bind(IReadOnlyEntityType, Type, String)

Verilen varlık türünde verilen tür ve ad için bir ParameterBinding oluşturur.

Bind(IConventionEntityType, Type, String)

Verilen varlık türünde verilen tür ve ad için bir ParameterBinding oluşturur.

public virtual Microsoft.EntityFrameworkCore.Metadata.ParameterBinding Bind (Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, Type parameterType, string parameterName);
abstract member Bind : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * Type * string -> Microsoft.EntityFrameworkCore.Metadata.ParameterBinding
override this.Bind : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * Type * string -> Microsoft.EntityFrameworkCore.Metadata.ParameterBinding
Public Overridable Function Bind (entityType As IConventionEntityType, parameterType As Type, parameterName As String) As ParameterBinding

Parametreler

entityType
IConventionEntityType

Varlık türü.

parameterType
Type

Parametre türü.

parameterName
String

Parametre adı.

Döndürülenler

Bağlama.

Uygulamalar

Şunlara uygulanır

Bind(IMutableEntityType, Type, String)

Verilen varlık türünde verilen tür ve ad için bir ParameterBinding oluşturur.

public virtual Microsoft.EntityFrameworkCore.Metadata.ParameterBinding Bind (Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, Type parameterType, string parameterName);
abstract member Bind : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * Type * string -> Microsoft.EntityFrameworkCore.Metadata.ParameterBinding
override this.Bind : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * Type * string -> Microsoft.EntityFrameworkCore.Metadata.ParameterBinding
Public Overridable Function Bind (entityType As IMutableEntityType, parameterType As Type, parameterName As String) As ParameterBinding

Parametreler

entityType
IMutableEntityType

Varlık türü.

parameterType
Type

Parametre türü.

parameterName
String

Parametre adı.

Döndürülenler

Bağlama.

Uygulamalar

Şunlara uygulanır

Bind(IReadOnlyEntityType, Type, String)

Verilen varlık türünde verilen tür ve ad için bir ParameterBinding oluşturur.

public virtual Microsoft.EntityFrameworkCore.Metadata.ParameterBinding Bind (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType, Type parameterType, string parameterName);
abstract member Bind : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType * Type * string -> Microsoft.EntityFrameworkCore.Metadata.ParameterBinding
override this.Bind : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType * Type * string -> Microsoft.EntityFrameworkCore.Metadata.ParameterBinding
Public Overridable Function Bind (entityType As IReadOnlyEntityType, parameterType As Type, parameterName As String) As ParameterBinding

Parametreler

entityType
IReadOnlyEntityType

Varlık türü.

parameterType
Type

Parametre türü.

parameterName
String

Parametre adı.

Döndürülenler

Bağlama.

Uygulamalar

Şunlara uygulanır