DbComplexPropertyEntry<TEntity,TComplexProperty>.ComplexProperty Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ComplexProperty(String) |
Ruft ein Objekt ab, das eine geschachtelte komplexe Eigenschaft dieser Eigenschaft darstellt. |
ComplexProperty<TNestedComplexProperty>(Expression<Func<TComplexProperty,TNestedComplexProperty>>) |
Ruft ein Objekt ab, das eine geschachtelte komplexe Eigenschaft dieser Eigenschaft darstellt. |
ComplexProperty<TNestedComplexProperty>(String) |
Ruft ein Objekt ab, das eine geschachtelte komplexe Eigenschaft dieser Eigenschaft darstellt. |
ComplexProperty(String)
Ruft ein Objekt ab, das eine geschachtelte komplexe Eigenschaft dieser Eigenschaft 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 geschachtelten Eigenschaft.
Gibt zurück
Ein Objekt, das die geschachtelte Eigenschaft darstellt.
Gilt für:
ComplexProperty<TNestedComplexProperty>(Expression<Func<TComplexProperty,TNestedComplexProperty>>)
Ruft ein Objekt ab, das eine geschachtelte komplexe Eigenschaft dieser Eigenschaft 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,TNestedComplexProperty> ComplexProperty<TNestedComplexProperty> (System.Linq.Expressions.Expression<Func<TComplexProperty,TNestedComplexProperty>> 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,TNestedComplexProperty> ComplexProperty<TNestedComplexProperty> (System.Linq.Expressions.Expression<Func<TComplexProperty,TNestedComplexProperty>> property);
member this.ComplexProperty : System.Linq.Expressions.Expression<Func<'ComplexProperty, 'NestedComplexProperty>> -> System.Data.Entity.Infrastructure.DbComplexPropertyEntry<'Entity, 'NestedComplexProperty (requires 'Entity : null)>
Public Function ComplexProperty(Of TNestedComplexProperty) (property As Expression(Of Func(Of TComplexProperty, TNestedComplexProperty))) As DbComplexPropertyEntry(Of TEntity, TNestedComplexProperty)
Typparameter
- TNestedComplexProperty
Der Typ der geschachtelten Eigenschaft.
Parameter
- property
- Expression<Func<TComplexProperty,TNestedComplexProperty>>
Ein Ausdruck, der die geschachtelte Eigenschaft darstellt.
Gibt zurück
Ein Objekt, das die geschachtelte Eigenschaft darstellt.
- Attribute
Gilt für:
ComplexProperty<TNestedComplexProperty>(String)
Ruft ein Objekt ab, das eine geschachtelte komplexe Eigenschaft dieser Eigenschaft darstellt.
public System.Data.Entity.Infrastructure.DbComplexPropertyEntry<TEntity,TNestedComplexProperty> ComplexProperty<TNestedComplexProperty> (string propertyName);
member this.ComplexProperty : string -> System.Data.Entity.Infrastructure.DbComplexPropertyEntry<'Entity, 'NestedComplexProperty (requires 'Entity : null)>
Public Function ComplexProperty(Of TNestedComplexProperty) (propertyName As String) As DbComplexPropertyEntry(Of TEntity, TNestedComplexProperty)
Typparameter
- TNestedComplexProperty
Der Typ der geschachtelten Eigenschaft.
Parameter
- propertyName
- String
Der Name der geschachtelten Eigenschaft.
Gibt zurück
Ein Objekt, das die geschachtelte Eigenschaft darstellt.
Gilt für:
Entity Framework