Share via


ModificationCommandParameters 構造体

定義

インスタンスを作成するための IModificationCommand パラメーター。

この型は通常、データベース プロバイダーによって使用されます。通常、アプリケーション コードでは使用されません。

[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct ModificationCommandParameters : IEquatable<Microsoft.EntityFrameworkCore.Update.ModificationCommandParameters>
[<System.Runtime.CompilerServices.IsReadOnly>]
type ModificationCommandParameters = struct
Public Structure ModificationCommandParameters
Implements IEquatable(Of ModificationCommandParameters)
継承
ModificationCommandParameters
属性
実装

注釈

詳細と例については、「 データベース プロバイダーと拡張機能の実装 」を参照してください。

コンストラクター

ModificationCommandParameters(ITable, Boolean, Boolean, IComparer<IUpdateEntry>, Func<String>, IDiagnosticsLogger<DbLoggerCategory.Update>)

新しい ModificationCommandParameters のインスタンスを作成します。

ModificationCommandParameters(ITable, IStoreStoredProcedure, Boolean, Boolean, IComparer<IUpdateEntry>, Func<String>, IDiagnosticsLogger<DbLoggerCategory.Update>)

新しい ModificationCommandParameters のインスタンスを作成します。

ModificationCommandParameters(String, String, Boolean, IComparer<IUpdateEntry>, Func<String>, IDiagnosticsLogger<DbLoggerCategory.Update>)

新しい ModificationCommandParameters のインスタンスを作成します。

プロパティ

Comparer

IUpdateEntryIComparer<T>

DetailedErrorsEnabled

詳細なエラーをログに記録するかどうかを示します。

GenerateParameterName

パラメーター名を生成するデリゲート。

Logger

DbLoggerCategory.UpdateIDiagnosticsLogger<TLoggerCategory>

Schema

テーブルを含むスキーマ、または null 既定のスキーマを使用するスキーマ。

SensitiveLoggingEnabled

潜在的に機密性の高いデータ (データベース値など) をログに記録できるかどうかを示します。

StoreStoredProcedure

データの更新に使用するストアド プロシージャ。

Table

変更するデータを含むテーブル。

TableName

変更するデータを含むテーブルの名前。

メソッド

Equals(ModificationCommandParameters)

インスタンスを作成するための IModificationCommand パラメーター。

この型は通常、データベース プロバイダーによって使用されます。通常、アプリケーション コードでは使用されません。

Equals(Object)

インスタンスを作成するための IModificationCommand パラメーター。

この型は通常、データベース プロバイダーによって使用されます。通常、アプリケーション コードでは使用されません。

GetHashCode()

インスタンスを作成するための IModificationCommand パラメーター。

この型は通常、データベース プロバイダーによって使用されます。通常、アプリケーション コードでは使用されません。

ToString()

インスタンスを作成するための IModificationCommand パラメーター。

この型は通常、データベース プロバイダーによって使用されます。通常、アプリケーション コードでは使用されません。

演算子

Equality(ModificationCommandParameters, ModificationCommandParameters)

インスタンスを作成するための IModificationCommand パラメーター。

この型は通常、データベース プロバイダーによって使用されます。通常、アプリケーション コードでは使用されません。

Inequality(ModificationCommandParameters, ModificationCommandParameters)

インスタンスを作成するための IModificationCommand パラメーター。

この型は通常、データベース プロバイダーによって使用されます。通常、アプリケーション コードでは使用されません。

適用対象