Bagikan melalui


ComplexPropertyEntry.Property Metode

Definisi

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)

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)

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.

Berlaku untuk