次の方法で共有


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

パラメーター名。

戻り値

バインディング。

適用対象