ComplexPropertyEntry<TEntity,TComplexProperty>.ComplexProperty Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ComplexProperty<TNestedComplexProperty>(IComplexProperty) |
Fornisce l'accesso alle informazioni e alle operazioni di rilevamento delle modifiche per una determinata proprietà di tipo complesso di questo tipo complesso. |
ComplexProperty<TNestedComplexProperty>(Expression<Func<TComplexProperty,TNestedComplexProperty>>) |
Fornisce l'accesso alle informazioni e alle operazioni di rilevamento delle modifiche per una determinata proprietà di tipo complesso di questo tipo complesso. |
ComplexProperty<TNestedComplexProperty>(String) |
Fornisce l'accesso alle informazioni e alle operazioni di rilevamento delle modifiche per una determinata proprietà di tipo complesso di questo tipo complesso. |
ComplexProperty<TNestedComplexProperty>(IComplexProperty)
Fornisce l'accesso alle informazioni e alle operazioni di rilevamento delle modifiche per una determinata proprietà di tipo complesso di questo tipo complesso.
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)
Parametri di tipo
- TNestedComplexProperty
Tipo della proprietà.
Parametri
- complexProperty
- IComplexProperty
Proprietà per cui 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<TNestedComplexProperty>(Expression<Func<TComplexProperty,TNestedComplexProperty>>)
Fornisce l'accesso alle informazioni e alle operazioni di rilevamento delle modifiche per una determinata proprietà di tipo complesso di questo tipo complesso.
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)
Parametri di tipo
- TNestedComplexProperty
Parametri
- propertyExpression
- Expression<Func<TComplexProperty,TNestedComplexProperty>>
Espressione lambda che rappresenta la proprietà per cui 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<TNestedComplexProperty>(String)
Fornisce l'accesso alle informazioni e alle operazioni di rilevamento delle modifiche per una determinata proprietà di tipo complesso di questo tipo complesso.
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)
Parametri di tipo
- TNestedComplexProperty
Tipo della proprietà.
Parametri
- propertyName
- String
Proprietà per cui 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 .