Udostępnij przez


DbEntityEntry<TEntity>.ComplexProperty Metoda

Definicja

Przeciążenia

ComplexProperty(String)

Pobiera obiekt reprezentujący złożoną właściwość tej jednostki.

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

Pobiera obiekt reprezentujący złożoną właściwość tej jednostki.

ComplexProperty<TComplexProperty>(String)

Pobiera obiekt reprezentujący złożoną właściwość tej jednostki.

ComplexProperty(String)

Pobiera obiekt reprezentujący złożoną właściwość tej jednostki.

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

Parametry

propertyName
String

Nazwa właściwości złożonej.

Zwraca

Obiekt reprezentujący właściwość złożoną.

Dotyczy

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

Pobiera obiekt reprezentujący złożoną właściwość tej jednostki.

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

Parametry typu

TComplexProperty

Typ właściwości złożonej.

Parametry

property
Expression<Func<TEntity,TComplexProperty>>

Wyrażenie reprezentujące właściwość złożoną.

Zwraca

Obiekt reprezentujący właściwość złożoną.

Atrybuty

Dotyczy

ComplexProperty<TComplexProperty>(String)

Pobiera obiekt reprezentujący złożoną właściwość tej jednostki.

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)

Parametry typu

TComplexProperty

Typ właściwości złożonej.

Parametry

propertyName
String

Nazwa właściwości złożonej.

Zwraca

Obiekt reprezentujący właściwość złożoną.

Dotyczy