[]
        
(Showing Draft Content)

C1.EntityFrameworkCore.Update.ModificationCommandBatchBase

ModificationCommandBatchBase Class

A Microsoft.EntityFrameworkCore.Update.AffectedCountModificationCommandBatch for providers which append an SQL query to find out how many rows were affected. This type is typically used by database providers.

Inheritance
ModificationCommandBatchBase
Namespace: C1.EntityFrameworkCore.Update
Assembly: C1.EntityFrameworkCore.CSV.dll
Syntax
public class ModificationCommandBatchBase : AffectedCountModificationCommandBatch
Public Class ModificationCommandBatchBase
    Inherits AffectedCountModificationCommandBatch

Constructors

Name Description
ModificationCommandBatchBase(ModificationCommandBatchFactoryDependencies, int?)

Creates a new ModificationCommandBatchBase instance.

Methods

Name Description
ConsumeResultSetWithRowsAffectedOnly(int, RelationalDataReader)

Consumes the data reader created by Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.Execute(Microsoft.EntityFrameworkCore.Storage.IRelationalConnection) without propagating values back into the Microsoft.EntityFrameworkCore.Update.ModificationCommand.

IsValid()

Validate the command text.