DbEntityEntry<TEntity>.ComplexProperty Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| ComplexProperty(String) |
Bu varlığın karmaşık bir özelliğini temsil eden bir nesnesi alır. |
| ComplexProperty<TComplexProperty>(Expression<Func<TEntity,TComplexProperty>>) |
Bu varlığın karmaşık bir özelliğini temsil eden bir nesnesi alır. |
| ComplexProperty<TComplexProperty>(String) |
Bu varlığın karmaşık bir özelliğini temsil eden bir nesnesi alır. |
ComplexProperty(String)
Bu varlığın karmaşık bir özelliğini temsil eden bir nesnesi alır.
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
Parametreler
- propertyName
- String
Karmaşık özelliğin adı.
Döndürülenler
Karmaşık özelliği temsil eden bir nesne.
Şunlara uygulanır
ComplexProperty<TComplexProperty>(Expression<Func<TEntity,TComplexProperty>>)
Bu varlığın karmaşık bir özelliğini temsil eden bir nesnesi alır.
[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)
Tür Parametreleri
- TComplexProperty
Karmaşık özelliğin türü.
Parametreler
- property
- Expression<Func<TEntity,TComplexProperty>>
Karmaşık özelliği temsil eden bir ifade.
Döndürülenler
Karmaşık özelliği temsil eden bir nesne.
- Öznitelikler
Şunlara uygulanır
ComplexProperty<TComplexProperty>(String)
Bu varlığın karmaşık bir özelliğini temsil eden bir nesnesi alır.
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)
Tür Parametreleri
- TComplexProperty
Karmaşık özelliğin türü.
Parametreler
- propertyName
- String
Karmaşık özelliğin adı.
Döndürülenler
Karmaşık özelliği temsil eden bir nesne.