Поделиться через


IParameterBindingFactory.Bind Метод

Определение

Перегрузки

Bind(IConventionEntityType, Type, String)

ParameterBinding Создает для заданного типа и имени для заданного типа сущности.

Bind(IMutableEntityType, Type, String)

ParameterBinding Создает для заданного типа и имени для заданного типа сущности.

Bind(IReadOnlyEntityType, Type, String)

ParameterBinding Создает для заданного типа и имени для заданного типа сущности.

Bind(IConventionEntityType, Type, String)

ParameterBinding Создает для заданного типа и имени для заданного типа сущности.

public 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
Public Function Bind (entityType As IConventionEntityType, parameterType As Type, parameterName As String) As ParameterBinding

Параметры

entityType
IConventionEntityType

Тип сущности.

parameterType
Type

Тип параметра.

parameterName
String

Имя параметра.

Возвращаемое значение

Привязка.

Применяется к

Bind(IMutableEntityType, Type, String)

ParameterBinding Создает для заданного типа и имени для заданного типа сущности.

public 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
Public Function Bind (entityType As IMutableEntityType, parameterType As Type, parameterName As String) As ParameterBinding

Параметры

entityType
IMutableEntityType

Тип сущности.

parameterType
Type

Тип параметра.

parameterName
String

Имя параметра.

Возвращаемое значение

Привязка.

Применяется к

Bind(IReadOnlyEntityType, Type, String)

ParameterBinding Создает для заданного типа и имени для заданного типа сущности.

public 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
Public Function Bind (entityType As IReadOnlyEntityType, parameterType As Type, parameterName As String) As ParameterBinding

Параметры

entityType
IReadOnlyEntityType

Тип сущности.

parameterType
Type

Тип параметра.

parameterName
String

Имя параметра.

Возвращаемое значение

Привязка.

Применяется к