LazyLoaderParameterBindingFactory.Bind メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター名。
戻り値
バインディング。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework