共用方式為


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

此類型通常供資料庫提供者使用;它通常不會用於應用程式程式碼中。

適用於