ComplexPropertyEntry<TEntity,TComplexProperty>.ComplexProperty Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
| ComplexProperty<TNestedComplexProperty>(IComplexProperty) |
Menyediakan akses untuk mengubah informasi pelacakan dan operasi untuk properti jenis kompleks tertentu dari jenis kompleks ini. |
| ComplexProperty<TNestedComplexProperty>(Expression<Func<TComplexProperty,TNestedComplexProperty>>) |
Menyediakan akses untuk mengubah informasi pelacakan dan operasi untuk properti jenis kompleks tertentu dari jenis kompleks ini. |
| ComplexProperty<TNestedComplexProperty>(String) |
Menyediakan akses untuk mengubah informasi pelacakan dan operasi untuk properti jenis kompleks tertentu dari jenis kompleks ini. |
ComplexProperty<TNestedComplexProperty>(IComplexProperty)
- Sumber:
- ComplexPropertyEntry%60.cs
- Sumber:
- ComplexPropertyEntry%60.cs
Menyediakan akses untuk mengubah informasi pelacakan dan operasi untuk properti jenis kompleks tertentu dari jenis kompleks ini.
public virtual Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry<TEntity,TNestedComplexProperty> ComplexProperty<TNestedComplexProperty>(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty complexProperty);
override this.ComplexProperty : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty -> Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry<'Entity, 'NestedComplexProperty (requires 'Entity : null)>
Public Overridable Function ComplexProperty(Of TNestedComplexProperty) (complexProperty As IComplexProperty) As ComplexPropertyEntry(Of TEntity, TNestedComplexProperty)
Jenis parameter
- TNestedComplexProperty
Jenis properti.
Parameter
- complexProperty
- IComplexProperty
Properti untuk mengakses informasi dan operasi.
Mengembalikan
Objek yang mengekspos informasi pelacakan perubahan dan operasi untuk properti tertentu.
Keterangan
Lihat Mengakses entitas terlacak di EF Core untuk informasi dan contoh selengkapnya.
Berlaku untuk
ComplexProperty<TNestedComplexProperty>(Expression<Func<TComplexProperty,TNestedComplexProperty>>)
- Sumber:
- ComplexPropertyEntry%60.cs
- Sumber:
- ComplexPropertyEntry%60.cs
Menyediakan akses untuk mengubah informasi pelacakan dan operasi untuk properti jenis kompleks tertentu dari jenis kompleks ini.
public virtual Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry<TEntity,TNestedComplexProperty> ComplexProperty<TNestedComplexProperty>(System.Linq.Expressions.Expression<Func<TComplexProperty,TNestedComplexProperty>> propertyExpression);
override this.ComplexProperty : System.Linq.Expressions.Expression<Func<'ComplexProperty, 'NestedComplexProperty>> -> Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry<'Entity, 'NestedComplexProperty (requires 'Entity : null)>
Public Overridable Function ComplexProperty(Of TNestedComplexProperty) (propertyExpression As Expression(Of Func(Of TComplexProperty, TNestedComplexProperty))) As ComplexPropertyEntry(Of TEntity, TNestedComplexProperty)
Jenis parameter
- TNestedComplexProperty
Parameter
- propertyExpression
- Expression<Func<TComplexProperty,TNestedComplexProperty>>
Ekspresi lambda yang mewakili properti untuk mengakses informasi dan operasi.
Mengembalikan
Objek yang mengekspos informasi pelacakan perubahan dan operasi untuk properti tertentu.
Keterangan
Lihat Mengakses entitas terlacak di EF Core untuk informasi dan contoh selengkapnya.
Berlaku untuk
ComplexProperty<TNestedComplexProperty>(String)
- Sumber:
- ComplexPropertyEntry%60.cs
- Sumber:
- ComplexPropertyEntry%60.cs
Menyediakan akses untuk mengubah informasi pelacakan dan operasi untuk properti jenis kompleks tertentu dari jenis kompleks ini.
public virtual Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry<TEntity,TNestedComplexProperty> ComplexProperty<TNestedComplexProperty>(string propertyName);
override this.ComplexProperty : string -> Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry<'Entity, 'NestedComplexProperty (requires 'Entity : null)>
Public Overridable Function ComplexProperty(Of TNestedComplexProperty) (propertyName As String) As ComplexPropertyEntry(Of TEntity, TNestedComplexProperty)
Jenis parameter
- TNestedComplexProperty
Jenis properti.
Parameter
- propertyName
- String
Properti untuk mengakses informasi dan operasi.
Mengembalikan
Objek yang mengekspos informasi pelacakan perubahan dan operasi untuk properti tertentu.
Keterangan
Lihat Mengakses entitas terlacak di EF Core untuk informasi dan contoh selengkapnya.