Freigeben über


DbEntityEntry<TEntity>.ComplexProperty Methode

Definition

Überlädt

ComplexProperty(String)

Ruft ein Objekt ab, das eine geschachtelte Eigenschaft dieser Entität darstellt.

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

Ruft ein Objekt ab, das eine geschachtelte Eigenschaft dieser Entität darstellt.

ComplexProperty<TComplexProperty>(String)

Ruft ein Objekt ab, das eine geschachtelte Eigenschaft dieser Entität darstellt.

ComplexProperty(String)

Ruft ein Objekt ab, das eine geschachtelte Eigenschaft dieser Entität darstellt.

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

Parameter

propertyName
String

Der Name der komplexen Eigenschaft.

Gibt zurück

Ein Objekt, das die komplexe Eigenschaft darstellt.

Gilt für:

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

Ruft ein Objekt ab, das eine geschachtelte Eigenschaft dieser Entität darstellt.

[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)

Typparameter

TComplexProperty

Der Typ der komplexen Eigenschaft.

Parameter

property
Expression<Func<TEntity,TComplexProperty>>

Ein Ausdruck, der die komplexe Eigenschaft darstellt.

Gibt zurück

Ein Objekt, das die komplexe Eigenschaft darstellt.

Attribute

Gilt für:

ComplexProperty<TComplexProperty>(String)

Ruft ein Objekt ab, das eine geschachtelte Eigenschaft dieser Entität darstellt.

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)

Typparameter

TComplexProperty

Der Typ der komplexen Eigenschaft.

Parameter

propertyName
String

Der Name der komplexen Eigenschaft.

Gibt zurück

Ein Objekt, das die komplexe Eigenschaft darstellt.

Gilt für: