Class NpgsqlModificationCommand
- Namespace
- Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal
- Assembly
- Npgsql.EntityFrameworkCore.PostgreSQL.dll
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public class NpgsqlModificationCommand : ModificationCommand, IModificationCommand, INonTrackedModificationCommand, IReadOnlyModificationCommand
- Inheritance
-
NpgsqlModificationCommand
- Implements
- Inherited Members
Constructors
NpgsqlModificationCommand(in ModificationCommandParameters)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public NpgsqlModificationCommand(in ModificationCommandParameters modificationCommandParameters)
Parameters
modificationCommandParameters
ModificationCommandParameters
NpgsqlModificationCommand(in NonTrackedModificationCommandParameters)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public NpgsqlModificationCommand(in NonTrackedModificationCommandParameters modificationCommandParameters)
Parameters
modificationCommandParameters
NonTrackedModificationCommandParameters
Methods
ProcessSinglePropertyJsonUpdate(ref ColumnModificationParameters)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
protected override void ProcessSinglePropertyJsonUpdate(ref ColumnModificationParameters parameters)
Parameters
parameters
ColumnModificationParameters
PropagateResults(RelationalDataReader)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public override void PropagateResults(RelationalDataReader relationalReader)
Parameters
relationalReader
RelationalDataReader