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


LazyLoaderParameterBindingFactory.Bind Метод

Определение

Перегрузки

Bind(IConventionEntityType, Type, String)

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

Bind(IMutableEntityType, Type, String)

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

Bind(IReadOnlyEntityType, Type, String)

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

Bind(IConventionEntityType, Type, String)

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

public override Microsoft.EntityFrameworkCore.Metadata.ParameterBinding Bind (Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, Type parameterType, string parameterName);
override this.Bind : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * Type * string -> Microsoft.EntityFrameworkCore.Metadata.ParameterBinding
Public Overrides 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 override Microsoft.EntityFrameworkCore.Metadata.ParameterBinding Bind (Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, Type parameterType, string parameterName);
override this.Bind : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * Type * string -> Microsoft.EntityFrameworkCore.Metadata.ParameterBinding
Public Overrides 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 override Microsoft.EntityFrameworkCore.Metadata.ParameterBinding Bind (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType, Type parameterType, string parameterName);
override this.Bind : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType * Type * string -> Microsoft.EntityFrameworkCore.Metadata.ParameterBinding
Public Overrides Function Bind (entityType As IReadOnlyEntityType, parameterType As Type, parameterName As String) As ParameterBinding

Параметры

entityType
IReadOnlyEntityType

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

parameterType
Type

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

parameterName
String

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

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

Привязка.

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