اقرأ باللغة الإنجليزية

مشاركة عبر


NonTrackedModificationCommandParameters Struct

Definition

Parameters for creating a INonTrackedModificationCommand instance.

This type is typically used by database providers; it is generally not used in application code.

C#
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct NonTrackedModificationCommandParameters : IEquatable<Microsoft.EntityFrameworkCore.Update.NonTrackedModificationCommandParameters>
Inheritance
NonTrackedModificationCommandParameters
Attributes
Implements

Remarks

See Implementation of database providers and extensions for more information and examples.

Constructors

Properties

Schema

The schema containing the table, or null to use the default schema.

SensitiveLoggingEnabled

Indicates whether potentially sensitive data (e.g. database values) can be logged.

Table

The table containing the data to be modified.

TableName

The name of the table containing the data to be modified.

Methods

Operators

Applies to

منتج الإصدارات
Entity Framework Core 7.0, 8.0, 9.0