Condividi tramite


EntityEntry.ComplexProperty Metodo

Definizione

Overload

ComplexProperty(IComplexProperty)

Fornisce l'accesso alle informazioni e alle operazioni di rilevamento delle modifiche per una determinata proprietà di un tipo complesso in questa entità.

ComplexProperty(String)

Fornisce l'accesso alle informazioni e alle operazioni di rilevamento delle modifiche per una determinata proprietà di un tipo complesso in questa entità.

ComplexProperty(IComplexProperty)

Fornisce l'accesso alle informazioni e alle operazioni di rilevamento delle modifiche per una determinata proprietà di un tipo complesso in questa 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

Parametri

property
IComplexProperty

Proprietà per accedere alle informazioni e alle operazioni.

Restituisce

Oggetto che espone le informazioni e le operazioni di rilevamento delle modifiche per la proprietà specificata.

Commenti

Per altre informazioni ed esempi, vedere Accesso alle entità rilevate in EF Core .

Si applica a

ComplexProperty(String)

Fornisce l'accesso alle informazioni e alle operazioni di rilevamento delle modifiche per una determinata proprietà di un tipo complesso in questa 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

Parametri

propertyName
String

Proprietà per accedere alle informazioni e alle operazioni.

Restituisce

Oggetto che espone le informazioni e le operazioni di rilevamento delle modifiche per la proprietà specificata.

Commenti

Per altre informazioni ed esempi, vedere Accesso alle entità rilevate in EF Core .

Si applica a