ContextParameterBinding コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ContextParameterBinding(Type, IPropertyBase) |
指定したサービスの種類の新しい ServiceParameterBinding インスタンスを作成します。 |
ContextParameterBinding(Type, IPropertyBase[]) |
指定したサービスの種類の新しい ServiceParameterBinding インスタンスを作成します。 |
ContextParameterBinding(Type, IPropertyBase)
指定したサービスの種類の新しい ServiceParameterBinding インスタンスを作成します。
public ContextParameterBinding (Type contextType, Microsoft.EntityFrameworkCore.Metadata.IPropertyBase serviceProperty = default);
new Microsoft.EntityFrameworkCore.Metadata.ContextParameterBinding : Type * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> Microsoft.EntityFrameworkCore.Metadata.ContextParameterBinding
Public Sub New (contextType As Type, Optional serviceProperty As IPropertyBase = Nothing)
パラメーター
- serviceProperty
- IPropertyBase
関連付けられた IServiceProperty、または null。
適用対象
ContextParameterBinding(Type, IPropertyBase[])
指定したサービスの種類の新しい ServiceParameterBinding インスタンスを作成します。
public ContextParameterBinding (Type contextType, params Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]? serviceProperties);
new Microsoft.EntityFrameworkCore.Metadata.ContextParameterBinding : Type * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[] -> Microsoft.EntityFrameworkCore.Metadata.ContextParameterBinding
Public Sub New (contextType As Type, ParamArray serviceProperties As IPropertyBase())
パラメーター
- serviceProperties
- IPropertyBase[]
関連付けられた IServiceProperty オブジェクト(または null
)。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework