DbEntityEntry<TEntity>.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(String) |
Ottiene un oggetto che rappresenta una proprietà complessa dell'entità. |
ComplexProperty<TComplexProperty>(Expression<Func<TEntity,TComplexProperty>>) |
Ottiene un oggetto che rappresenta una proprietà complessa dell'entità. |
ComplexProperty<TComplexProperty>(String) |
Ottiene un oggetto che rappresenta una proprietà complessa dell'entità. |
ComplexProperty(String)
Ottiene un oggetto che rappresenta una proprietà complessa dell'entità.
public System.Data.Entity.Infrastructure.DbComplexPropertyEntry ComplexProperty (string propertyName);
member this.ComplexProperty : string -> System.Data.Entity.Infrastructure.DbComplexPropertyEntry
Public Function ComplexProperty (propertyName As String) As DbComplexPropertyEntry
Parametri
- propertyName
- String
Nome della proprietà complessa.
Restituisce
Oggetto che rappresenta la proprietà complessa.
Si applica a
ComplexProperty<TComplexProperty>(Expression<Func<TEntity,TComplexProperty>>)
Ottiene un oggetto che rappresenta una proprietà complessa dell'entità.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1719:ParameterNamesShouldNotMatchMemberNames", Justification="Rule predates more fluent naming conventions.", MessageId="0#")]
public System.Data.Entity.Infrastructure.DbComplexPropertyEntry<TEntity,TComplexProperty> ComplexProperty<TComplexProperty> (System.Linq.Expressions.Expression<Func<TEntity,TComplexProperty>> property);
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1719:ParameterNamesShouldNotMatchMemberNames", Justification="Rule predates more fluent naming conventions.", MessageId="0#")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.Infrastructure.DbComplexPropertyEntry<TEntity,TComplexProperty> ComplexProperty<TComplexProperty> (System.Linq.Expressions.Expression<Func<TEntity,TComplexProperty>> property);
member this.ComplexProperty : System.Linq.Expressions.Expression<Func<'Entity, 'ComplexProperty>> -> System.Data.Entity.Infrastructure.DbComplexPropertyEntry<'Entity, 'ComplexProperty (requires 'Entity : null)>
Public Function ComplexProperty(Of TComplexProperty) (property As Expression(Of Func(Of TEntity, TComplexProperty))) As DbComplexPropertyEntry(Of TEntity, TComplexProperty)
Parametri di tipo
- TComplexProperty
Tipo della proprietà complessa.
Parametri
- property
- Expression<Func<TEntity,TComplexProperty>>
Espressione che rappresenta la proprietà complessa.
Restituisce
Oggetto che rappresenta la proprietà complessa.
- Attributi
Si applica a
ComplexProperty<TComplexProperty>(String)
Ottiene un oggetto che rappresenta una proprietà complessa dell'entità.
public System.Data.Entity.Infrastructure.DbComplexPropertyEntry<TEntity,TComplexProperty> ComplexProperty<TComplexProperty> (string propertyName);
member this.ComplexProperty : string -> System.Data.Entity.Infrastructure.DbComplexPropertyEntry<'Entity, 'ComplexProperty (requires 'Entity : null)>
Public Function ComplexProperty(Of TComplexProperty) (propertyName As String) As DbComplexPropertyEntry(Of TEntity, TComplexProperty)
Parametri di tipo
- TComplexProperty
Tipo della proprietà complessa.
Parametri
- propertyName
- String
Nome della proprietà complessa.
Restituisce
Oggetto che rappresenta la proprietà complessa.