ReaderModificationCommandBatch
ReaderModificationCommandBatch(ModificationCommandBatchFactoryDependencies, Int32?)
ReaderModificationCommandBatch(IRelationalCommandBuilderFactory, ISqlGenerationHelper, IUpdateSqlGenerator, IRelationalValueBufferFactoryFactory)
AreMoreBatchesExpected
CachedCommandText
CommandResultSet
Dependencies
IsCommandTextEmpty
LastCachedCommandIndex
MaxBatchSize
ModificationCommands
ParameterValues
RelationalCommandBuilder
RequiresTransaction
ResultSetMappings
SqlBuilder
SqlGenerationHelper
StoreCommand
UpdateSqlGenerator
AddCommand(IReadOnlyModificationCommand)
AddCommand(ModificationCommand)
AddParameter(IColumnModification)
AddParameters(IReadOnlyModificationCommand)
CanAddCommand(ModificationCommand)
Complete(Boolean)
Consume(RelationalDataReader)
ConsumeAsync(RelationalDataReader, CancellationToken)
CreateStoreCommand()
CreateValueBufferFactory(IReadOnlyList<ColumnModification>)
Execute(IRelationalConnection)
ExecuteAsync(IRelationalConnection, CancellationToken)
GetCommandText()
GetParameterCount()
IsCommandTextValid()
IsValid()
ResetCommandText()
RollbackLastCommand(IReadOnlyModificationCommand)
SetRequiresTransaction(Boolean)
TryAddCommand(IReadOnlyModificationCommand)
UpdateCachedCommandText(Int32)
netcoreapp2.2
namespace Microsoft.EntityFrameworkCore.Update
{
public abstract class ReaderModificationCommandBatch : ModificationCommandBatch
{
protected abstract bool CanAddCommand(ModificationCommand modificationCommand);
}
}
.NET Core | 2.02.12.2 |
---|---|
Information specific to netcoreapp2.2 | |
Assembly | Microsoft.EntityFrameworkCore.Relational , Version=2.2.6.0, PublicKeyToken=adb9793829ddae60 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API