次の方法で共有


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

パラメーター名。

戻り値

バインディング。

適用対象