Condividi tramite


DbComplexPropertyEntry<TEntity,TComplexProperty>.ComplexProperty Metodo

Definizione

Overload

ComplexProperty(String)

Ottiene un oggetto che rappresenta una proprietà annidata complessa della proprietà.

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

Ottiene un oggetto che rappresenta una proprietà annidata complessa della proprietà.

ComplexProperty<TNestedComplexProperty>(String)

Ottiene un oggetto che rappresenta una proprietà annidata complessa della proprietà.

ComplexProperty(String)

Ottiene un oggetto che rappresenta una proprietà annidata complessa della proprietà.

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à annidata.

Restituisce

Oggetto che rappresenta la proprietà annidata.

Si applica a

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

Ottiene un oggetto che rappresenta una proprietà annidata complessa della proprietà.

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

Parametri di tipo

TNestedComplexProperty

Tipo della proprietà annidata.

Parametri

property
Expression<Func<TComplexProperty,TNestedComplexProperty>>

Espressione che rappresenta la proprietà annidata.

Restituisce

DbComplexPropertyEntry<TEntity,TNestedComplexProperty>

Oggetto che rappresenta la proprietà annidata.

Attributi

Si applica a

ComplexProperty<TNestedComplexProperty>(String)

Ottiene un oggetto che rappresenta una proprietà annidata complessa della proprietà.

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)

Parametri di tipo

TNestedComplexProperty

Tipo della proprietà annidata.

Parametri

propertyName
String

Nome della proprietà annidata.

Restituisce

DbComplexPropertyEntry<TEntity,TNestedComplexProperty>

Oggetto che rappresenta la proprietà annidata.

Si applica a