EntityEntry.Property Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Property(String) |
Fournit l’accès aux informations et opérations de suivi des modifications pour une propriété donnée de cette entité. |
Property(IProperty) |
Fournit l’accès aux informations et opérations de suivi des modifications pour une propriété donnée de cette entité. |
Property(String)
- Source:
- EntityEntry.cs
- Source:
- EntityEntry.cs
- Source:
- EntityEntry.cs
- Source:
- EntityEntry.cs
- Source:
- EntityEntry.cs
- Source:
- EntityEntry.cs
- Source:
- EntityEntry.cs
- Source:
- EntityEntry.cs
- Source:
- EntityEntry.cs
Fournit l’accès aux informations et opérations de suivi des modifications pour une propriété donnée de cette entité.
public virtual Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry Property (string propertyName);
abstract member Property : string -> Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry
override this.Property : string -> Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry
Public Overridable Function Property (propertyName As String) As PropertyEntry
Paramètres
- propertyName
- String
Propriété pour laquelle accéder aux informations et aux opérations.
Retours
Objet qui expose les informations et les opérations de suivi des modifications pour la propriété donnée.
Remarques
Pour plus d’informations et d’exemples , consultez Accès aux entités suivies dans EF Core .
S’applique à
Property(IProperty)
- Source:
- EntityEntry.cs
- Source:
- EntityEntry.cs
- Source:
- EntityEntry.cs
Fournit l’accès aux informations et opérations de suivi des modifications pour une propriété donnée de cette entité.
public virtual Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry Property (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
abstract member Property : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry
override this.Property : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry
Public Overridable Function Property (property As IProperty) As PropertyEntry
Paramètres
- property
- IProperty
Propriété pour laquelle accéder aux informations et aux opérations.
Retours
Objet qui expose les informations et les opérations de suivi des modifications pour la propriété donnée.
Remarques
Pour plus d’informations et d’exemples , consultez Accès aux entités suivies dans EF Core .