Partager via


ComplexPropertyEntry<TEntity,TComplexProperty>.ComplexProperty Méthode

Définition

Surcharges

ComplexProperty<TNestedComplexProperty>(IComplexProperty)

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

ComplexProperty<TNestedComplexProperty>(Expression<Func<TComplexProperty,TNestedComplexProperty>>)

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

ComplexProperty<TNestedComplexProperty>(String)

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

ComplexProperty<TNestedComplexProperty>(IComplexProperty)

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

public virtual Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry<TEntity,TNestedComplexProperty> ComplexProperty<TNestedComplexProperty> (Microsoft.EntityFrameworkCore.Metadata.IComplexProperty complexProperty);
override this.ComplexProperty : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty -> Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry<'Entity, 'NestedComplexProperty (requires 'Entity : null)>
Public Overridable Function ComplexProperty(Of TNestedComplexProperty) (complexProperty As IComplexProperty) As ComplexPropertyEntry(Of TEntity, TNestedComplexProperty)

Paramètres de type

TNestedComplexProperty

Type de la propriété.

Paramètres

complexProperty
IComplexProperty

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

Retours

ComplexPropertyEntry<TEntity,TNestedComplexProperty>

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 à

ComplexProperty<TNestedComplexProperty>(Expression<Func<TComplexProperty,TNestedComplexProperty>>)

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

public virtual Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry<TEntity,TNestedComplexProperty> ComplexProperty<TNestedComplexProperty> (System.Linq.Expressions.Expression<Func<TComplexProperty,TNestedComplexProperty>> propertyExpression);
override this.ComplexProperty : System.Linq.Expressions.Expression<Func<'ComplexProperty, 'NestedComplexProperty>> -> Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry<'Entity, 'NestedComplexProperty (requires 'Entity : null)>
Public Overridable Function ComplexProperty(Of TNestedComplexProperty) (propertyExpression As Expression(Of Func(Of TComplexProperty, TNestedComplexProperty))) As ComplexPropertyEntry(Of TEntity, TNestedComplexProperty)

Paramètres de type

TNestedComplexProperty

Paramètres

propertyExpression
Expression<Func<TComplexProperty,TNestedComplexProperty>>

Expression lambda représentant la propriété pour laquelle accéder aux informations et aux opérations.

Retours

ComplexPropertyEntry<TEntity,TNestedComplexProperty>

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 à

ComplexProperty<TNestedComplexProperty>(String)

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

public virtual Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry<TEntity,TNestedComplexProperty> ComplexProperty<TNestedComplexProperty> (string propertyName);
override this.ComplexProperty : string -> Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry<'Entity, 'NestedComplexProperty (requires 'Entity : null)>
Public Overridable Function ComplexProperty(Of TNestedComplexProperty) (propertyName As String) As ComplexPropertyEntry(Of TEntity, TNestedComplexProperty)

Paramètres de type

TNestedComplexProperty

Type de la propriété.

Paramètres

propertyName
String

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

Retours

ComplexPropertyEntry<TEntity,TNestedComplexProperty>

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 à