ReaderModificationCommandBatch 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用資料讀取器的實作基類 ModificationCommandBatch 。
此類型通常是由資料庫提供者使用;它通常不會用於應用程式程式碼中。
public abstract class ReaderModificationCommandBatch : Microsoft.EntityFrameworkCore.Update.ModificationCommandBatch
type ReaderModificationCommandBatch = class
inherit ModificationCommandBatch
Public MustInherit Class ReaderModificationCommandBatch
Inherits ModificationCommandBatch
- 繼承
- 衍生
備註
如需詳細資訊 和範例,請參閱資料庫提供者和延伸模組的實作 。
建構函式
屬性
AreMoreBatchesExpected |
指出此批次之後是否預期有更多批次。 |
AreMoreBatchesExpected |
指出此批次之後是否預期有更多批次。 (繼承來源 ModificationCommandBatch) |
CachedCommandText |
取得或設定批次中命令的快取命令文字。 |
CommandResultSet |
中 ResultSetMapping 每個命令的 ModificationCommands s。 |
Dependencies |
此服務的關聯式提供者特定相依性。 |
IsCommandTextEmpty |
是否已將任何 SQL 新增至批次命令文字。 |
LastCachedCommandIndex |
建置命令文字的最後一個命令序數。 |
MaxBatchSize |
可以新增至單一批次的 ModificationCommand 實例數目上限。 |
ModificationCommands |
批次中的概念性插入/更新/刪除 ModificationCommands 清單。 |
ParameterValues |
取得批次中命令的參數值。 |
RelationalCommandBuilder |
取得批次中命令的關聯式命令產生器。 |
RequiresTransaction |
指出批次是否需要交易才能正確執行。 |
RequiresTransaction |
指出批次是否需要交易才能正確執行。 (繼承來源 ModificationCommandBatch) |
ResultSetMappings |
中 ResultSetMapping 每個命令的 ModificationCommands s。 |
SqlBuilder |
取得批次中命令的命令文字產生器。 |
SqlGenerationHelper |
SQL 產生的協助程式。 |
StoreCommand |
呼叫 時 Complete(Boolean) ,從這個批次產生的 store 命令。 |
UpdateSqlGenerator |
更新 SQL 產生器。 |