Condividi tramite


DbEntityEntry<TEntity>.ComplexProperty Metodo

Definizione

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.

Si applica a