ComplexPropertyEntry.Property 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
| Property(IProperty) |
Menyediakan akses ke informasi dan operasi pelacakan perubahan untuk properti tertentu dari jenis kompleks ini. |
| Property(String) |
Menyediakan akses ke informasi dan operasi pelacakan perubahan untuk properti tertentu dari jenis kompleks ini. |
Property(IProperty)
- Sumber:
- ComplexPropertyEntry.cs
- Sumber:
- ComplexPropertyEntry.cs
Menyediakan akses ke informasi dan operasi pelacakan perubahan untuk properti tertentu dari jenis kompleks ini.
public virtual Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry Property(Microsoft.EntityFrameworkCore.Metadata.IProperty property);
abstract member Property : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry
override this.Property : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry
Public Overridable Function Property (property As IProperty) As PropertyEntry
Parameter
- property
- IProperty
Properti untuk mengakses informasi dan operasi.
Mengembalikan
Objek yang mengekspos informasi dan operasi pelacakan perubahan untuk properti tertentu.
Keterangan
Lihat Mengakses entitas terlacak di EF Core untuk informasi dan contoh selengkapnya.
Berlaku untuk
Property(String)
- Sumber:
- ComplexPropertyEntry.cs
- Sumber:
- ComplexPropertyEntry.cs
Menyediakan akses ke informasi dan operasi pelacakan perubahan untuk properti tertentu dari jenis kompleks ini.
public virtual Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry Property(string propertyName);
abstract member Property : string -> Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry
override this.Property : string -> Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry
Public Overridable Function Property (propertyName As String) As PropertyEntry
Parameter
- propertyName
- String
Properti untuk mengakses informasi dan operasi.
Mengembalikan
Objek yang mengekspos informasi dan operasi pelacakan perubahan untuk properti tertentu.
Keterangan
Lihat Mengakses entitas terlacak di EF Core untuk informasi dan contoh selengkapnya.