EntityEntry.ComplexProperty Méthode

Définition

Surcharges

ComplexProperty(IComplexProperty)

Fournit l’accès aux informations et opérations de suivi des modifications pour une propriété donnée d’un type complexe sur cette entité.

ComplexProperty(String)

Fournit l’accès aux informations et opérations de suivi des modifications pour une propriété donnée d’un type complexe sur cette entité.

ComplexProperty(IComplexProperty)

Fournit l’accès aux informations et opérations de suivi des modifications pour une propriété donnée d’un type complexe sur cette entité.

public virtual Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry ComplexProperty (Microsoft.EntityFrameworkCore.Metadata.IComplexProperty property);
abstract member ComplexProperty : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty -> Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry
override this.ComplexProperty : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty -> Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry
Public Overridable Function ComplexProperty (property As IComplexProperty) As ComplexPropertyEntry

Paramètres

property
IComplexProperty

Propriété pour laquelle accéder aux informations et aux opérations.

Retours

Objet qui expose des informations et des 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 à

ComplexProperty(String)

Fournit l’accès aux informations et opérations de suivi des modifications pour une propriété donnée d’un type complexe sur cette entité.

public virtual Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry ComplexProperty (string propertyName);
abstract member ComplexProperty : string -> Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry
override this.ComplexProperty : string -> Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry
Public Overridable Function ComplexProperty (propertyName As String) As ComplexPropertyEntry

Paramètres

propertyName
String

Propriété pour laquelle accéder aux informations et aux opérations.

Retours

Objet qui expose des informations et des 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 à